Merge "BoardConfig: Add haptics actuator model config and adaptive haptics config" into udc-dev
This commit is contained in:
commit
89d4195c08
1 changed files with 4 additions and 0 deletions
|
@ -253,6 +253,10 @@ endif
|
|||
# SoundTriggerHAL Configuration
|
||||
#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
|
||||
BOARD_HWC_VERSION := hwc3
|
||||
TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue