summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--Android.mk4
-rw-r--r--[-rwxr-xr-x]ntsc_decode/Android.mk17
2 files changed, 14 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 754ec5a..9caaf2d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,6 +23,10 @@ LOCAL_SHARED_LIBRARIES += libicuuc liblog
LOCAL_PRELINK_MODULE := false
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo OK),OK)
+LOCAL_PROPRIETARY_MODULE := true
+endif
+
include $(BUILD_SHARED_LIBRARY)
include $(LOCAL_PATH)/ntsc_decode/Android.mk
#include $(LOCAL_PATH)/test/Android.mk