From bcf03f196034febc08a055b3f4f0a07b3565a822 Mon Sep 17 00:00:00 2001 From: Peiyong Lin Date: Mon, 6 Nov 2023 19:28:00 +0000 Subject: [DO NOT MERGE] Clear persist.graphics.egl property. Bug: b/287909344 Test: verify property clear in reboot Change-Id: I89383ee6c1631830e50efa429cf1a27ad9499580 --- services/gpuservice/GpuService.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'services/gpuservice/GpuService.cpp') 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([this]() { mGpuWork->initialize(); }); + property_set("persist.graphics.egl", ""); }; GpuService::~GpuService() { -- cgit v1.2.3-59-g8ed1b