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:
commit
aa5eb7522c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ int main() {
|
||||||
|
|
||||||
const std::string instance = std::string() + Dumpstate::descriptor + "/default";
|
const std::string instance = std::string() + Dumpstate::descriptor + "/default";
|
||||||
binder_status_t status =
|
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);
|
CHECK_EQ(status, STATUS_OK);
|
||||||
|
|
||||||
ABinderProcess_joinThreadPool();
|
ABinderProcess_joinThreadPool();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue