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

Commit 423d0809 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

[GPU Service] Name GPU service back to "gpu"

Changed the GPU service name back to be compatible with external
engines/tools' usage of vkjson cmd.

Bug: 118347356
Test: adb shell cmd gpu vkjson
Change-Id: I8830149e6f239d95a7397329ba2f8bc99561d494
parent 238e18a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ namespace {
    status_t cmd_vkjson(int out, int err);
}

const char* const GpuService::SERVICE_NAME = "gpuservice";
const char* const GpuService::SERVICE_NAME = "gpu";

GpuService::GpuService() = default;

+1 −1
Original line number Diff line number Diff line
service gpuservice /system/bin/gpuservice
service gpu /system/bin/gpuservice
    class core
    user gpu_service
    group graphics