Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f
This commit is contained in:
Jeongik Cha 2021-01-28 00:49:48 +09:00 committed by Arian
parent 8960cfb7b5
commit 9cdb8059e5
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -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 \