summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-09-01 02:01:48 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-09-01 02:34:05 (GMT)
commitf30eccb9a2e518b7345baba41618206d85772ba6 (patch)
tree8fc23b437e3522a8f11ed9407a53902b11c94a9f
parent8b8622296707113dfe96da2b4dca4e54ccb36a09 (diff)
downloadVideoPlayer-f30eccb9a2e518b7345baba41618206d85772ba6.zip
VideoPlayer-f30eccb9a2e518b7345baba41618206d85772ba6.tar.gz
VideoPlayer-f30eccb9a2e518b7345baba41618206d85772ba6.tar.bz2
videoplayer: use-library droidlogic.software.core [4/11]
PD# NONE in treble mode, droidlogic.jar put to /vendor so it can not be added to BOOTCLASSPATH Change-Id: I9c2afb10363d0ed573bc2ae2d25df72a15c13c3a
Diffstat
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 10d108b..fa0dc7b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,6 +19,8 @@
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false"
android:banner="@drawable/banner" >
+
+ <uses-library android:name="droidlogic.software.core" />
<activity android:name=".FileList"
android:theme="@style/theme_trans"
android:label="@string/app_name">