summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2017-03-03 14:27:45 +0100
committerAndreas Blaesius <skate4life@gmx.de>2017-03-03 14:27:45 +0100
commitdb85f5c287fa92306f8ea55036fff5945f19460a (patch)
tree8c35eaf3e4f8cba4df10d5ea407fcdd56340778d
parent5fbe03bad3dae8ee630d89e0c7aa38107ad0cf52 (diff)
downloaddevice_samsung_tuna-db85f5c287fa92306f8ea55036fff5945f19460a.zip
device_samsung_tuna-db85f5c287fa92306f8ea55036fff5945f19460a.tar.gz
device_samsung_tuna-db85f5c287fa92306f8ea55036fff5945f19460a.tar.bz2
tuna: guard the makefile
Change-Id: I18296b60875e4d269401a884cee8ad2217a529b0
-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