diff options
author | Jake Weinstein <jake@aospa.co> | 2022-08-14 11:07:11 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-07-15 00:23:20 +0800 |
commit | 8763d23cd98ec759d75aae3b7305405de9c7da4f (patch) | |
tree | ee91d30707d6aff4128d8a82ad5a854a8506f1db | |
parent | a62d9162105bda89dd66fce2830fabc588f7b05f (diff) |
common: audio: Build Qualcomm common audio overlay
TARGET_USES_RRO is used to guard the common audio overlay
in the audio HAL for recent chips. This enables
config_useDevInputEventForAudioJack
Change-Id: Ib1bde41434921fcd1b9001d02aeaa113d934e4bf
-rw-r--r-- | audio/qti-audio.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/qti-audio.mk b/audio/qti-audio.mk index 855b929..286fd2c 100644 --- a/audio/qti-audio.mk +++ b/audio/qti-audio.mk @@ -22,6 +22,9 @@ else -include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/$(TARGET_BOARD_PLATFORM)/$(TARGET_BOARD_PLATFORM).mk endif +# Build Qualcomm common audio overlay +TARGET_USES_RRO := true + # Override proprietary definitions from SoC audio HAL Makefiles. AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false BOARD_SUPPORTS_OPENSOURCE_STHAL := false |