diff options
author | Vishalcj17 <vishalcj@aospa.co> | 2021-10-20 14:14:46 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-13 16:38:27 +0800 |
commit | eb061e44a59c5c879a2f280a7329dc9b7cb5ab2c (patch) | |
tree | e6fc4c945b29ea774b4fc05a0ef54d3a5064dbd4 | |
parent | 39cf2e65d43eb7779049b1ced078e2f11b54cf6f (diff) |
Change-Id: If796e809bcfd1c0f4fc5c152bf09f4fd7a5ceba8
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true) include $(CLEAR_VARS) LOCAL_MODULE_RELATIVE_PATH := hw -LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-ndk_platform libbinder_ndk +LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-V1-ndk_platform libbinder_ndk LOCAL_HEADER_LIBRARIES += libutils_headers LOCAL_HEADER_LIBRARIES += libhardware_headers LOCAL_SRC_FILES := power-common.c metadata-parser.c utils.c list.c hint-data.c powerhintparser.c Power.cpp main.cpp |