summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2021-10-10 12:57:43 +0530
committeralk3pInjection <webmaster@raspii.tech>2022-01-13 16:38:27 +0800
commitbf4386b520a38d3aea6521e071a1e639d07cbbc6 (patch)
tree17c4a21ff07488feb2c9a8fee9abf7a6f0b44fbc
parent0a2953eece994a664b4f80ac605b43240ea070b2 (diff)
aidl/vibrator: Use new vibrator NDK platform
Change-Id: I191e1b942dea3a5cb38e79b8a05803a8b72acdc7
-rw-r--r--aidl/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/aidl/Android.bp b/aidl/Android.bp
index 42b271f..e3c63a5 100644
--- a/aidl/Android.bp
+++ b/aidl/Android.bp
@@ -15,7 +15,7 @@ cc_library_shared {
"libqtivibratoreffect",
"libsoc_helper",
"libbinder_ndk",
- "android.hardware.vibrator-ndk_platform",
+ "android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"]
}
@@ -37,7 +37,7 @@ cc_binary {
"libutils",
"libbase",
"libbinder_ndk",
- "android.hardware.vibrator-ndk_platform",
+ "android.hardware.vibrator-V1-ndk_platform",
"vendor.qti.hardware.vibrator.impl",
],
}
@@ -58,7 +58,7 @@ cc_library_shared {
"libqtivibratoreffectoffload",
"libsoc_helper",
"libbinder_ndk",
- "android.hardware.vibrator-ndk_platform",
+ "android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"],
header_libs: ["qti_kernel_headers"],
@@ -81,7 +81,7 @@ cc_binary {
"libutils",
"libbase",
"libbinder_ndk",
- "android.hardware.vibrator-ndk_platform",
+ "android.hardware.vibrator-V1-ndk_platform",
"vendor.qti.hardware.vibrator.offload.impl",
],
}