vibrator: Build AIDL V2 libs into TWRP
* Build android.hardware.vibrator-V2-ndk_platform.so and
android.hardware.vibrator-V2-cpp.so into twrp
Change-Id: I19a990b63fb6a4cde173db80c12097ebe09e008f
Signed-off-by: Woomymy <github@woomy.ovh>
diff --git a/minuitwrp/libminuitwrp_defaults.go b/minuitwrp/libminuitwrp_defaults.go
index bbd6624..a060b0a 100644
--- a/minuitwrp/libminuitwrp_defaults.go
+++ b/minuitwrp/libminuitwrp_defaults.go
@@ -245,8 +245,8 @@
}
if getMakeVars(ctx, "TW_SUPPORT_INPUT_AIDL_HAPTICS") == "true" {
- sharedLibs = append(sharedLibs, "android.hardware.vibrator-V1-ndk_platform")
- sharedLibs = append(sharedLibs, "android.hardware.vibrator-V1-cpp")
+ sharedLibs = append(sharedLibs, "android.hardware.vibrator-V2-ndk_platform")
+ sharedLibs = append(sharedLibs, "android.hardware.vibrator-V2-cpp")
}
if getMakeVars(ctx, "TW_INCLUDE_JPEG") != "" {