summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
-rw-r--r--BoardConfig.mk1
2 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 035d08a..faedee4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,7 @@
LOCAL_PATH := $(call my-dir)
+ifeq ($(BOARD_CREATE_TUNA_HDCP_KEYS_SYMLINK), true)
include $(CLEAR_VARS)
LOCAL_MODULE := tuna_hdcp_keys
@@ -44,3 +45,5 @@ $(LOCAL_BUILT_MODULE):
$(hide) touch $@
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif \ No newline at end of file
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 25cf0fc..a306226 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -44,6 +44,7 @@ TARGET_BOOTLOADER_BOARD_NAME := tuna
TARGET_BOARD_INFO_FILE := device/samsung/tuna/board-info.txt
BOARD_EGL_CFG := device/samsung/tuna/egl.cfg
+BOARD_CREATE_TUNA_HDCP_KEYS_SYMLINK := true
#BOARD_USES_HGL := true
#BOARD_USES_OVERLAY := true