hiphi: Add haptics support

* Taken from motorola/hiphi/hiphi:12/S3SHS32.12-42-11-5/bf0951:user/release-keys

Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
Pranav Talmale 2022-06-12 13:18:11 +05:30 committed by 7Soldier
commit 299ae7add4
11 changed files with 60 additions and 0 deletions

View file

@ -75,6 +75,7 @@ PRODUCT_EXTRA_RECOVERY_KEYS += \
# Take a few libraries from sources
TARGET_RECOVERY_DEVICE_MODULES += \
android.hardware.vibrator-V2-ndk_platform.so \
android.hidl.allocator@1.0 \
android.hidl.memory@1.0 \
android.hidl.memory.token@1.0 \
@ -88,6 +89,7 @@ TARGET_RECOVERY_DEVICE_MODULES += \
libdisplayconfig.qti
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.vibrator-V2-ndk_platform.so \
$(TARGET_OUT_SHARED_LIBRARIES)/android.hidl.allocator@1.0.so \
$(TARGET_OUT_SHARED_LIBRARIES)/android.hidl.memory@1.0.so \
$(TARGET_OUT_SHARED_LIBRARIES)/android.hidl.memory.token@1.0.so \