summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 73b8ae2..56f1c27 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,4 +24,9 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SHARED_LIBRARIES := liblog libutils libcutils libnativehelper libhdmicec
LOCAL_MODULE := hdmi_cec.amlogic
LOCAL_MODULE_TAGS := optional
+
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo OK),OK)
+LOCAL_PROPRIETARY_MODULE := true
+endif
+
include $(BUILD_SHARED_LIBRARY)