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

Commit bcf03f19 authored by Peiyong Lin's avatar Peiyong Lin
Browse files

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

Bug: b/287909344
Test: verify property clear in reboot
Change-Id: I89383ee6c1631830e50efa429cf1a27ad9499580
parent 5af1e664
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() {