summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2021-01-26 22:34:55 +0900
committerJeongik Cha <jeongik@google.com>2021-01-28 15:15:37 +0000
commit372e9358aa81245d9639982898e49aaccb961421 (patch)
treedf4b65fda0fe5d11fb9f03883961f727adc5ea58 /thermal
parent3a82386e0de425da1755c7c9d8817f82f41a86fa (diff)
downloadpixel-372e9358aa81245d9639982898e49aaccb961421.tar.gz
Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: I77f3363e26b19aceb72b8db9d7c93d6b22b08ca1 Merged-In: I4a9bf218b92252403e9ebbe8f89b10ee1899283f
Diffstat (limited to 'thermal')
-rw-r--r--thermal/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/thermal/Android.bp b/thermal/Android.bp
index a3055211..df71b4e3 100644
--- a/thermal/Android.bp
+++ b/thermal/Android.bp
@@ -26,8 +26,8 @@ cc_binary {
"libbinder_ndk",
"android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
- "android.hardware.power-ndk_platform",
- "pixel-power-ext-ndk_platform"
+ "android.hardware.power-V1-ndk_platform",
+ "pixel-power-ext-V1-ndk_platform"
],
cflags: [
"-Wall",