summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xAndroid.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 0e3f37d..035fc1c 100755
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,8 @@
LOCAL_PATH := $(call my-dir)
+ifneq ($(filter maguro toro toroplus,$(TARGET_DEVICE)),)
+
ifeq ($(BOARD_CREATE_TUNA_HDCP_KEYS_SYMLINK), true)
include $(CLEAR_VARS)
@@ -47,3 +49,5 @@ $(LOCAL_BUILT_MODULE):
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
+
+endif \ No newline at end of file