From ffe56b05656bbf0530e2cad3f45d250eb58502e5 Mon Sep 17 00:00:00 2001 From: Deevana Murthy Bandaru Date: Mon, 19 Apr 2021 12:18:53 +0530 Subject: [PATCH] Revert "Specify stable AIDL version number." This reverts commit fe5c39c5d2a34bc5c45798885e615b4c5a4337d2. Change-Id: Ib7cf4760a2a62e7bb2dd4527004588c26850e433 --- Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index f2ef2b6..84b9e54 100644 --- a/Android.mk +++ b/Android.mk @@ -7,8 +7,7 @@ ifeq ($(call is-vendor-board-platform,QCOM),true) include $(CLEAR_VARS) LOCAL_MODULE_RELATIVE_PATH := hw -# KEYSTONE(I1132378f14428bf511f3cea4f419e90a6e89f823,b/181709127) -LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-V1-ndk_platform libbinder_ndk +LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-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