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:
commit
44767cf6f1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue