Snap for 9803320 from bebd549851 to udc-release

Change-Id: I556d18b262d4c49f4a1a51e334f70dd10ef0e6fa
This commit is contained in:
Android Build Coastguard Worker 2023-03-24 01:07:35 +00:00
commit e179ab26b0

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