summaryrefslogtreecommitdiff
authorZhiwei Yan <zhiwei.yan@amlogic.com>2017-05-17 06:23:47 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-05-17 06:27:10 (GMT)
commit20e34f8e63bcfa744792cba82a5bb5b521174aee (patch)
tree648d7c6bfdfadc18d426dc2f88a8c500c07d5c41
parentc62159eb60e8477a91e04070053394668e1e2ef9 (diff)
downloadSubTitle-20e34f8e63bcfa744792cba82a5bb5b521174aee.zip
SubTitle-20e34f8e63bcfa744792cba82a5bb5b521174aee.tar.gz
SubTitle-20e34f8e63bcfa744792cba82a5bb5b521174aee.tar.bz2
fixed to be compatible for android 8.0
Change-Id: If1f99a1cd85d8c9e20418e18b54f9c402f5504b9
Diffstat
-rw-r--r--jni/subtitle/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/subtitle/Android.mk b/jni/subtitle/Android.mk
index 7a09e42..31fbc10 100644
--- a/jni/subtitle/Android.mk
+++ b/jni/subtitle/Android.mk
@@ -10,7 +10,7 @@ LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) \
$(TOP)/frameworks/native/services \
$(TOP)/frameworks/native/include
-LOCAL_SHARED_LIBRARIES += libutils libmedia libcutils libbinder libsystemcontrolservice
+LOCAL_SHARED_LIBRARIES += libutils libmedia libcutils libbinder libsystemcontrolservice liblog
LOCAL_PRELINK_MODULE := false