vibrator: Add adaptive haptics config am: 2fd3696484

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/21805693

Change-Id: I1386c4c7f0c1b2d1ac66b7d810ae1de6d9c9580d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chris Paulo 2023-03-22 22:37:58 +00:00 committed by Automerger Merge Worker
commit 785fe9861e

View file

@ -217,6 +217,10 @@ $(call soong_config_set,haptics,actuator_model,$(ACTUATOR_MODEL))
# SoundTriggerHAL Configuration # SoundTriggerHAL Configuration
#BOARD_USE_SOUNDTRIGGER_HAL := false #BOARD_USE_SOUNDTRIGGER_HAL := false
# Vibrator HAL actuator model and adaptive haptics configuration
$(call soong_config_set,haptics,actuator_model,$(ACTUATOR_MODEL))
$(call soong_config_set,haptics,adaptive_haptics_feature,$(ADAPTIVE_HAPTICS_FEATURE))
# HWComposer # HWComposer
BOARD_HWC_VERSION := libhwc2.1 BOARD_HWC_VERSION := libhwc2.1
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false