Do not register GS201 dumpstate HAL as a lazy HAL am: b9cd590fd1 am: 44767cf6f1

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18634466

Change-Id: I4c0b479787990cbe64f3d23d3c23686d758b28e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Alex Hong 2022-05-30 05:45:06 +00:00 committed by Automerger Merge Worker
commit aa5eb7522c

View file

@ -29,7 +29,7 @@ int main() {
const std::string instance = std::string() + Dumpstate::descriptor + "/default";
binder_status_t status =
AServiceManager_registerLazyService(dumpstate->asBinder().get(), instance.c_str());
AServiceManager_addService(dumpstate->asBinder().get(), instance.c_str());
CHECK_EQ(status, STATUS_OK);
ABinderProcess_joinThreadPool();