diff options
| author | ExtremeXT <75576145+ExtremeXT@users.noreply.github.com> | 2025-08-25 13:11:31 +0300 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-08-25 16:05:40 +0100 |
| commit | a6f034644730b92a2bf94bd83de7ede0b8218512 (patch) | |
| tree | 0d451db30a6787191f5efbc9d9757f1ea1cf1211 | |
| parent | 04c84e92057ebe32fc41f4077e45d71fd4b0f476 (diff) | |
universal9830: Migrate SoundTrigger to soong_config_set
* BOARD_USE_SOUNDTRIGGER_HAL doesn't exist as a soong option
Co-Authored-by: techyguyperplexable <154611145+techyguyperplexable@users.noreply.github.com>
Change-Id: Ib68c26631b72ab88436d02406f8fa1eb6fe0e97d
Signed-off-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com>
| -rw-r--r-- | BoardConfigCommon.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e3ce7d5..7e328f2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -179,10 +179,9 @@ include device/samsung_slsi/sepolicy/sepolicy.mk BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor # SoundTrigger -BOARD_SOUNDTRIGGER_CONFIG_PATH := $(COMMON_PATH)/configs/sthal -BOARD_USE_SOUNDTRIGGER_HAL := true -BOARD_USE_SOUNDTRIGGER_HAL_2_3 := true -BOARD_USE_SOUNDTRIGGER_HAL_MMAP := true +$(call soong_config_set,exynos_st,soundtrigger_config_path,$(COMMON_PATH)/configs/sthal) +$(call soong_config_set,exynos_st,use_soundtrigger_hal_2_3,true) +$(call soong_config_set,exynos_st,use_soundtrigger_hal_mmap,true) # USB $(call soong_config_set,samsungUsbGadgetVars,gadget_name,10e00000.dwc3) |
