diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |