sdm710-common: Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
53414d84bc
commit
d88dc70552
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ cc_binary {
|
|||
vintf_fragments: ["aidl/android.hardware.power-service.lenovo.xml"],
|
||||
vendor: true,
|
||||
shared_libs: [
|
||||
"android.hardware.power-ndk_platform",
|
||||
"android.hardware.power-V1-ndk_platform",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
|
@ -34,7 +34,7 @@ cc_binary {
|
|||
"libbinder_ndk",
|
||||
"libdisppower-lenovo",
|
||||
"libperfmgr",
|
||||
"pixel-power-ext-ndk_platform",
|
||||
"pixel-power-ext-V1-ndk_platform",
|
||||
],
|
||||
srcs: [
|
||||
"aidl/service.cpp",
|
||||
|
|
Loading…
Reference in a new issue