BoardConfig: Add haptics actuator model config and adaptive haptics
config Add soong config definition for haptics actuator model to support pwle characterization, and support adaptive haptics compilation Bug: 264682582 Bug: 198239103 Test: Manual test to confirm proper characterization Change-Id: I2c792ee5c6acd4ef102a81c4e524c6739ddb05e5 Signed-off-by: Chris Paulo <chrispaulo@google.com>
This commit is contained in:
parent
5c2d07e775
commit
ccefd63fa7
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