summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fea13f2..ba2c9ba 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -29,3 +31,5 @@ include $(BUILD_PACKAGE)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
+
+endif # TARGET_EXCLUDES_AUDIOFX