From a52b42d7ded65ce89d3b322f6e9dfe95bb4f7161 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Fri, 23 Sep 2022 14:07:07 -0700 Subject: audio: Don't include any makefiles if BSP is not present * Nothing here compiles, but we want to have the split makefiles present to build some packages and pick up properties. Change-Id: I93df49b477da80f694b5f4da3849c6768af28a94 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index 2d3a70e1..ab18505a 100644 --- a/Android.mk +++ b/Android.mk @@ -3,9 +3,11 @@ ifeq ($(TARGET_USES_QCOM_MM_AUDIO), true) MY_LOCAL_PATH := $(call my-dir) +ifneq ($(wildcard vendor/qcom/proprietary/args),) include $(MY_LOCAL_PATH)/hal/Android.mk include $(MY_LOCAL_PATH)/hal/audio_extn/Android.mk include $(MY_LOCAL_PATH)/audio-effects/Android.mk +endif endif endif -- cgit v1.2.3