sm7250-common: vibrator: Move to vibrator AIDL V1

Change-Id: Ic4755037cb75a56839c850bdd1bb295035e5226f
This commit is contained in:
Sebastiano Barezzi 2021-10-06 23:56:27 +02:00 committed by xSylla
parent ede9a7fff1
commit f66ab2f4ae

View File

@ -14,7 +14,7 @@ cc_library_shared {
"liblog",
"libqtivibratoreffect",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
],
export_include_dirs: ["include"]
}
@ -36,7 +36,7 @@ cc_binary {
"libutils",
"libbase",
"libbinder_ndk",
"android.hardware.vibrator-ndk_platform",
"android.hardware.vibrator-V1-ndk_platform",
"vendor.qti.hardware.vibrator.impl.xiaomi_lito",
],
}