Skip to content

Commit

Permalink
device: Set TARGET_VIBRATOR_V1_2 flag
Browse files Browse the repository at this point in the history
Starting with 4.19 kernel Akari device uses QTI Haptics driver
and should use QTI vibrator HAL accordingly.

Signed-off-by: Pavel Dubrova <[email protected]>
  • Loading branch information
bartcubbins authored and jerpelea committed Feb 2, 2022
1 parent b71e45e commit 57330dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ DEVICE_PATH := device/sony/akari/rootdir
DEVICE_PACKAGE_OVERLAYS += \
device/sony/akari/overlay

# Vibrator
TARGET_VIBRATOR_V1_2 := true

# Device Specific Permissions
PRODUCT_COPY_FILES := \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
Expand Down

0 comments on commit 57330dc

Please sign in to comment.