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: Icf0f8e11cbf38c1f71700ee5d977fcb07784fd19 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d043e4f548
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