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:
parent
3894757def
commit
299ae7add4
11 changed files with 60 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue