vibrator: Add adaptive haptics config

Add adaptive haptics config parameter to the build environment

Bug: 198239103
Test: atest VibratorHalCs40l26TestSuite
Change-Id: I9e9e4733bd204dfe2f8d719902afa32b405b35cf
Signed-off-by: Chris Paulo <chrispaulo@google.com>
This commit is contained in:
Chris Paulo 2023-01-10 01:43:10 +00:00
parent e0e5eb12b7
commit 2fd3696484

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