summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kling <webgeek1234@gmail.com>2019-08-30 13:53:51 -0500
committerJan Altensen <info@stricted.net>2019-09-03 23:51:36 +0200
commit383972a4ae52982cd461b23e96e68652a36d1708 (patch)
tree98b63c5eeaae4d62673fc0862f5cc03a054dbbd1
parent74d9c1b0e56075371ea56566a466a5327463567b (diff)
downloadandroid_packages_apps_AudioFX-383972a4ae52982cd461b23e96e68652a36d1708.tar.gz
android_packages_apps_AudioFX-383972a4ae52982cd461b23e96e68652a36d1708.tar.bz2
android_packages_apps_AudioFX-383972a4ae52982cd461b23e96e68652a36d1708.zip
Allow opt-out of AudioFX
This was forked from the qcom equalizer and does not work on some devices, especially non-qcom. Change-Id: I3bad26f66d7711a601ae46a4a994477b8d3fe564
-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