summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kling <webgeek1234@gmail.com>2019-08-30 13:53:51 -0500
committerNolen Johnson <johnsonnolen@gmail.com>2020-03-08 06:04:57 +0200
commit8ccc90f402dee1270ba0eeaf091ac2b96c62ffb3 (patch)
treeeae49da3d45f421c4978a3be59463738ad9a55a6
parent88832be6341cbbda2c8a49c686b6113da8658a44 (diff)
downloadandroid_packages_apps_AudioFX-lineage-15.1.tar.gz
android_packages_apps_AudioFX-lineage-15.1.tar.bz2
android_packages_apps_AudioFX-lineage-15.1.zip
Allow opt-out of AudioFXlineage-15.1
This was forked from the qcom equalizer and does not work on some devices, especially non-qcom. Change-Id: I3bad26f66d7711a601ae46a4a994477b8d3fe564 (cherry picked from commit 383972a4ae52982cd461b23e96e68652a36d1708)
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ae0e512..2ddd9c0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -22,3 +24,5 @@ include $(BUILD_PACKAGE)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
+
+endif # TARGET_EXCLUDES_AUDIOFX