vibrator: Add adaptive haptics config am: 2fd3696484 am: 0314e5431e

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

Change-Id: Ieb08c0e5251e13a36cf56c2352f64f5ba8c351ac
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chris Paulo 2023-03-22 23:17:21 +00:00 committed by Automerger Merge Worker
commit ce8a9ce7cc

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