diff options
-rw-r--r-- | aidl/Android.bp | 8 |
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", ], } |