android/base -> aemu/base refactor.

Bug: 237805597
Test: presubmit
Change-Id: I9b8eafe998ef433fdac9a7614c710563e3460cba
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;