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

Commit 4444408e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/25287452'] into udc-qpr1-release.

Change-Id: I25a5dae056188744626dade25f603b2e760bfcd2
parents e623496c 014d4d60
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() {