diff options
author | Jake Weinstein <jake@aospa.co> | 2022-07-21 00:22:25 -0500 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-08-30 19:24:00 +0800 |
commit | 7a153be09215c5ed0b23013c781ebcd8c293b007 (patch) | |
tree | 0eb92027a9cbebab8bc89d555b07089fc157901a | |
parent | d48fae5994fffada3657f77a008d0219848e667b (diff) |
common: audio: Add missing makefile include
Change-Id: I96b8b3426f4aae737f5389c9ccac142004a6324f
-rw-r--r-- | audio/qti-audio.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/qti-audio.mk b/audio/qti-audio.mk index a058e68..77c910f 100644 --- a/audio/qti-audio.mk +++ b/audio/qti-audio.mk @@ -12,8 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Inherit from QSSI audio makefile. +# Inherit from QSSI audio makefiles. include $(TOPDIR)vendor/qcom/opensource/commonsys/audio/configs/qssi/qssi.mk +include $(TOPDIR)vendor/qcom/opensource/commonsys/audio/configs/qssi/audio_system_product.mk ifeq ($(call is-board-platform-in-list,sm6150),true) -include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/msmsteppe/msmsteppe.mk @@ -21,9 +22,6 @@ else -include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/$(TARGET_BOARD_PLATFORM)/$(TARGET_BOARD_PLATFORM).mk endif -# Override proprietary definitions from SoC audio makefile. -AUDIO_FEATURE_ENABLED_AHAL_EXT := false - # Override proprietary definitions from SoC audio HAL Makefiles. AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false BOARD_SUPPORTS_OPENSOURCE_STHAL := false @@ -43,8 +41,6 @@ PRODUCT_PACKAGES += \ audio.r_submix.default \ audio.usb.default \ liba2dpoffload \ - libaudiohal \ - libaudio-resampler \ libaudioroute \ libbatterylistener \ libcirrusspkrprot \ |