mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user