Update dumpstate HAL to V1.1

Bug: 143184495
Test: atest VtsHalDumpstateV1_1TargetTest pass
Change-Id: I087622c49e2632d7e759a6384c5e09102e072fd7
This commit is contained in:
Hungyen Weng
2020-02-11 00:04:38 +08:00
committed by Cyan_Hsieh
parent 538ddad31b
commit 150ff07f8c
6 changed files with 61 additions and 18 deletions

View File

@@ -16,8 +16,8 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.dumpstate@1.0-service.redfin
LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.redfin.rc
LOCAL_MODULE := android.hardware.dumpstate@1.1-service.redfin
LOCAL_INIT_RC := android.hardware.dumpstate@1.1-service.redfin.rc
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
@@ -26,6 +26,7 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := \
android.hardware.dumpstate@1.0 \
android.hardware.dumpstate@1.1 \
libbase \
libcutils \
libdumpstateutil \