diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-09-26 09:54:39 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:15 +0100 |
commit | b6f9f7003e24549805d97f8b2613f21b5382923a (patch) | |
tree | 989f7791e910957b58c3f4fd0324f5404eaa24a4 /msm8996.mk | |
parent | b5753554aa55820864746b67b83e05cec81d788b (diff) |
msm8996-common: Move offmode charging daemon away
* Follow-up change for commit f22141c that simply moves the
prebuilt to its proper place.
Change-Id: I40d37ea6ae53fe8fe919dda758db22df3c1c4229
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -222,8 +222,7 @@ PRODUCT_COPY_FILES += \ # Healthd PRODUCT_PACKAGES += \ android.hardware.health@2.0-impl \ - android.hardware.health@2.0-service \ - chargeonlymode + android.hardware.health@2.0-service # HIDL PRODUCT_PACKAGES += \ |