From db85f5c287fa92306f8ea55036fff5945f19460a Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 3 Mar 2017 14:27:45 +0100 Subject: tuna: guard the makefile Change-Id: I18296b60875e4d269401a884cee8ad2217a529b0 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1