diff options
author | Yifan Hong <elsk@google.com> | 2018-11-14 22:58:44 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:26 +0100 |
commit | 5b4acc23a3014e332c55df370a9e083793f06457 (patch) | |
tree | 0688b6064f2ce669084b754f5555809abf2cc2c9 | |
parent | f9049138aba001f036a712c169bbe496e7d40cb2 (diff) |
msm8996-common: Health: Uprevision to 2.0
Test: adb logcat -e health
Test: lshal --debug
Change-Id: I3855f256d79a46c9626f043aac667937ff6414e1
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | manifest.xml | 2 | ||||
-rwxr-xr-x | msm8996.mk | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/manifest.xml b/manifest.xml index 36ee846..8c1f526 100644 --- a/manifest.xml +++ b/manifest.xml @@ -167,7 +167,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <hal format="hidl"> <name>android.hardware.health</name> <transport>hwbinder</transport> - <version>1.0</version> + <version>2.0</version> <interface> <name>IHealth</name> <instance>default</instance> @@ -220,9 +220,8 @@ PRODUCT_COPY_FILES += \ # Healthd PRODUCT_PACKAGES += \ - android.hardware.health@1.0-convert \ - android.hardware.health@1.0-impl \ - android.hardware.health@1.0-service \ + android.hardware.health@2.0-impl \ + android.hardware.health@2.0-service \ chargeonlymode # HIDL |