Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 014d4d60 authored by Peiyong Lin's avatar Peiyong Lin Committed by Android Build Coastguard Worker
Browse files

[DO NOT MERGE] Clear persist.graphics.egl property.

Bug: b/287909344
Test: verify property clear in reboot
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:bcf03f196034febc08a055b3f4f0a07b3565a822)
Merged-In: I89383ee6c1631830e50efa429cf1a27ad9499580
Change-Id: I89383ee6c1631830e50efa429cf1a27ad9499580
parent e623496c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ GpuService::GpuService()
    mGpuWorkAsyncInitThread = std::make_unique<std::thread>([this]() {
        mGpuWork->initialize();
    });
    property_set("persist.graphics.egl", "");
};

GpuService::~GpuService() {