Skip to content

Commit e2d30f2

Browse files
ikicharaphaelthegreat
authored andcommitted
NB1: Specify version for aidl_interface explicitly
Change-Id: I83377e6f666d1ca779768d45deaf36a15d80cbb2
1 parent 6525da3 commit e2d30f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

power-libperfmgr/Android.bp

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ cc_binary {
6363
vintf_fragments: ["aidl/android.hardware.power-service.nokia_msm8998.xml"],
6464
vendor: true,
6565
shared_libs: [
66-
"android.hardware.power-ndk_platform",
66+
"android.hardware.power-V1-ndk_platform",
6767
"libbase",
6868
"libcutils",
6969
"liblog",
7070
"libutils",
7171
"libbinder_ndk",
7272
"libdisppower-msm8998",
7373
"libperfmgr",
74-
"pixel-power-ext-ndk_platform",
74+
"pixel-power-ext-V1-ndk_platform",
7575
],
7676
srcs: [
7777
"aidl/service.cpp",

0 commit comments

Comments
 (0)