diff options
| author | Aaron Kling <webgeek1234@gmail.com> | 2019-08-30 13:53:51 -0500 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2020-03-08 06:04:57 +0200 |
| commit | 8ccc90f402dee1270ba0eeaf091ac2b96c62ffb3 (patch) | |
| tree | eae49da3d45f421c4978a3be59463738ad9a55a6 | |
| parent | 88832be6341cbbda2c8a49c686b6113da8658a44 (diff) | |
| download | android_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.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
