diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-02 20:14:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-02 20:14:37 +0000 |
commit | a535e5a64ec96858d67bd2d59e35799f658c84d2 (patch) | |
tree | 63955c80177f1d868c4de1974d7a0a46391ce1b0 | |
parent | dcee6d22fb083cbf5f8cc2a6e442bef316c3843e (diff) | |
parent | c2d3949693fa059efd0904c0c65ad9fa06a6f864 (diff) | |
download | system_core-a535e5a64ec96858d67bd2d59e35799f658c84d2.tar.gz system_core-a535e5a64ec96858d67bd2d59e35799f658c84d2.tar.bz2 system_core-a535e5a64ec96858d67bd2d59e35799f658c84d2.zip |
Merge "Reland "Add static libbinderthreadstate explicitly to charger module."""
-rw-r--r-- | healthd/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk index 9096f7932..80bf84ae8 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -97,6 +97,7 @@ CHARGER_STATIC_LIBRARIES := \ android.hardware.health@2.0 \ android.hardware.health@1.0 \ android.hardware.health@1.0-convert \ + libbinderthreadstate \ libhidltransport \ libhidlbase \ libhwbinder_noltopgo \ |