Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f
This commit is contained in:
parent
8960cfb7b5
commit
9cdb8059e5
@ -24,7 +24,7 @@ include $(CLEAR_VARS)
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.power-ndk_platform \
|
||||
android.hardware.power-V1-ndk_platform \
|
||||
libbase \
|
||||
libbinder_ndk \
|
||||
libcutils \
|
||||
@ -32,7 +32,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libperfmgr \
|
||||
libutils \
|
||||
pixel-power-ext-ndk_platform
|
||||
pixel-power-ext-V1-ndk_platform
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
service.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user