summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-16 18:50:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-16 18:50:49 +0000
commit4444408e1a47a0a493bac1577a76a562440a2b58 (patch)
treeb6a1b87a948df716e52dfb5a97725b0072f5aa42
parente623496cd71f5766b34eeb5826935057e52b0007 (diff)
parent014d4d60091396582c9e159bc2f13e153c6d7f42 (diff)
downloadnative-android14-qpr1-s2-release.tar.gz
Merge cherrypicks of ['googleplex-android-review.googlesource.com/25287452'] into udc-qpr1-release.android-14.0.0_r21android-14.0.0_r20android-14.0.0_r19android14-qpr1-s2-release
Change-Id: I25a5dae056188744626dade25f603b2e760bfcd2
-rw-r--r--services/gpuservice/GpuService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/gpuservice/GpuService.cpp b/services/gpuservice/GpuService.cpp
index 4a08c11c14..c25374ffda 100644
--- a/services/gpuservice/GpuService.cpp
+++ b/services/gpuservice/GpuService.cpp
@@ -67,6 +67,7 @@ GpuService::GpuService()
mGpuWorkAsyncInitThread = std::make_unique<std::thread>([this]() {
mGpuWork->initialize();
});
+ property_set("persist.graphics.egl", "");
};
GpuService::~GpuService() {