Power: Specify stable AIDL version number
Specify stable AIDL version for new Android OS Change-Id: Id0f70c1e7e4daa0811fe4cd83a5b85de7067d947
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
28910a770e
commit
43676cf307
@@ -7,7 +7,11 @@ ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||||
|
ifneq ( ,$(filter 11 R ,$(PLATFORM_VERSION)))
|
||||||
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-ndk_platform libbinder_ndk
|
||||||
|
else
|
||||||
|
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-V1-ndk_platform libbinder_ndk
|
||||||
|
endif
|
||||||
LOCAL_HEADER_LIBRARIES += libutils_headers
|
LOCAL_HEADER_LIBRARIES += libutils_headers
|
||||||
LOCAL_HEADER_LIBRARIES += libhardware_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
|
LOCAL_SRC_FILES := power-common.c metadata-parser.c utils.c list.c hint-data.c powerhintparser.c Power.cpp main.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user