summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2d1fe94..711739e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(TARGET_USE_NO_MUSICFX),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -24,3 +25,4 @@ LOCAL_CERTIFICATE := platform
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)
+endif