mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
Update dumpstate HAL to V1.1
Bug: 143184495 Test: atest VtsHalDumpstateV1_1TargetTest pass Change-Id: I087622c49e2632d7e759a6384c5e09102e072fd7
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user