summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2018-01-19 07:57:44 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2018-01-25 07:43:23 (GMT)
commit890e3f3e4729ff3af660fd63f099d35ba36d6e43 (patch)
tree2e8f3beac04dda5e3228f9f053658ff11a1cfcb0
parenta27d2d564ad0cf0bd4e0505d91828bc0ea06cf98 (diff)
downloadscreen_source-o-amlogic.zip
screen_source-o-amlogic.tar.gz
screen_source-o-amlogic.tar.bz2
tvinput: add porting tvinput to HIDL architecture [8/12]
PD# 157786 need use hwbinder instead of binder for RPC since from O Change-Id: I1281dbd859f72fb13d0a18df54bad4acaf8872f4
Diffstat
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 0bdf23c..d233108 100644
--- a/Android.mk
+++ b/Android.mk
@@ -40,5 +40,9 @@ else
LOCAL_CFLAGS += -DMALI_AFBC_GRALLOC=0
endif
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo OK),OK)
+LOCAL_PROPRIETARY_MODULE := true
+endif
+
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)