summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/qti-audio.mk8
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 \