aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Android.mk b/configs/Android.mk
index c0d0384..aba94af 100644
--- a/configs/Android.mk
+++ b/configs/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(filter n5100 n5110,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -10,3 +11,4 @@ LOCAL_MODULE_SUFFIX := .xml
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/sound
include $(BUILD_PREBUILT)
+endif \ No newline at end of file