From d08cb98026f49d7f6b29bfa892a0d35e87343f9e Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Mon, 16 Jan 2012 09:44:03 -0600 Subject: [Tuna] Add product specific definition to HDCP symlink Add product specific definition to the HDCP symlink creation. Without this protection performing a make after lunch for other products will force the inheritance of this symlink into the build. When creating the ota and update packages for other targets these symlinks are not created. This will cause other products to fail HDCP symlink association since the symlink was not created for the target product. Change-Id: I2ee0ba8d3002599677b4ad73449945ba5c423387 Signed-off-by: Dan Murphy --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 21d411c..7fa3d44 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -38,6 +38,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 -- cgit v1.1