summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2021-01-28 00:49:48 +0900
committerBruno Martins <bgcngm@gmail.com>2022-02-15 14:20:03 +0000
commit7a85919596295c738da3c3b1541429bc01c87a77 (patch)
tree11d4a71c5981af05ae589157e37f518796c20f5c
parent18ee3078e42b45f055215ccf6a63d34e94537460 (diff)
pro1: Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: I4a9bf218b92252403e9ebbe8f89b10ee1899283f
-rw-r--r--power-libperfmgr/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/power-libperfmgr/Android.bp b/power-libperfmgr/Android.bp
index e8fa2ba..a10f66e 100644
--- a/power-libperfmgr/Android.bp
+++ b/power-libperfmgr/Android.bp
@@ -65,7 +65,7 @@ cc_binary {
vintf_fragments: ["aidl/android.hardware.power-service.pro1.xml"],
vendor: true,
shared_libs: [
- "android.hardware.power-ndk_platform",
+ "android.hardware.power-V1-ndk_platform",
"libbase",
"libcutils",
"liblog",
@@ -73,7 +73,7 @@ cc_binary {
"libbinder_ndk",
"libdisppower",
"libperfmgr",
- "pixel-power-ext-ndk_platform",
+ "pixel-power-ext-V1-ndk_platform",
],
srcs: [
"aidl/service.cpp",