aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-21 18:23:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-21 18:23:41 +0000
commitefcbc96da6a27f39eae7a0fa6daf8f8587a5d962 (patch)
treee2fff306d5a5123ab8478535aed555e2fd43b12a
parent702e76fe1f572902c6f3c75800a520cccf278677 (diff)
parent2859e0d41d8c7751150b7e5625d753ace16758d7 (diff)
downloadgoldfish-opengl-efcbc96da6a27f39eae7a0fa6daf8f8587a5d962.tar.gz
Merge "gralloc: Update namespace in libandroidemu to gfxstream::guest" into main
-rw-r--r--system/gralloc/gralloc_old.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gralloc/gralloc_old.cpp b/system/gralloc/gralloc_old.cpp
index 080b34c9..4332dc29 100644
--- a/system/gralloc/gralloc_old.cpp
+++ b/system/gralloc/gralloc_old.cpp
@@ -79,7 +79,7 @@ static const bool isHidlGralloc = true;
static const bool isHidlGralloc = false;
#endif
-using android::base::guest::getCurrentThreadId;
+using gfxstream::guest::getCurrentThreadId;
const uint32_t CB_HANDLE_MAGIC_OLD = CB_HANDLE_MAGIC_BASE | 0x1;
const int kBufferFdIndex = 0;