Merge "BoardConfig: Add haptics actuator model config and adaptive haptics config" into udc-dev

This commit is contained in:
Chris Paulo 2023-03-22 21:58:50 +00:00 committed by Android (Google) Code Review
commit 89d4195c08

View file

@ -253,6 +253,10 @@ endif
# SoundTriggerHAL Configuration # SoundTriggerHAL Configuration
#BOARD_USE_SOUNDTRIGGER_HAL := false #BOARD_USE_SOUNDTRIGGER_HAL := false
# Vibrator HAL actuator model 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 := hwc3 BOARD_HWC_VERSION := hwc3
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false