android/base -> aemu/base refactor.

Bug: 237805597
Test: presubmit
Change-Id: I9b8eafe998ef433fdac9a7614c710563e3460cba
diff --git a/shared/OpenglCodecCommon/StateTrackingSupport.h b/shared/OpenglCodecCommon/StateTrackingSupport.h
index 6ed8460..6979944 100644
--- a/shared/OpenglCodecCommon/StateTrackingSupport.h
+++ b/shared/OpenglCodecCommon/StateTrackingSupport.h
@@ -16,8 +16,8 @@
 #ifndef _STATE_TRACKING_SUPPORT_H_
 #define _STATE_TRACKING_SUPPORT_H_
 
-#include "android/base/containers/HybridComponentManager.h"
-#include "android/base/synchronization/AndroidLock.h"
+#include "aemu/base/containers/HybridComponentManager.h"
+#include "aemu/base/synchronization/AndroidLock.h"
 
 #include <GLES2/gl2.h>
 #include <memory>
diff --git a/shared/OpenglCodecCommon/TextureSharedData.h b/shared/OpenglCodecCommon/TextureSharedData.h
index fafb435..fd927a0 100644
--- a/shared/OpenglCodecCommon/TextureSharedData.h
+++ b/shared/OpenglCodecCommon/TextureSharedData.h
@@ -20,7 +20,7 @@
 #include <map>
 #include <memory>
 
-#include "android/base/synchronization/AndroidLock.h"
+#include "aemu/base/synchronization/AndroidLock.h"
 
 using android::base::guest::ReadWriteLock;