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

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

Change-Id: I894adb954a3f6702ec812db28625c6b48d3a04e0
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:23:49 +00:00 committed by Automerger Merge Worker
commit 44767cf6f1

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();