summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-08-31 10:49:13 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-09-01 02:33:30 (GMT)
commit738af76f98144b25a3386610e61aba7658727ea7 (patch)
tree8467d6899999d82453bee66d84eae6c0554855dd
parent8dace8451cf334177b8c4c0b2586a96dfce48791 (diff)
downloadPPPoE-738af76f98144b25a3386610e61aba7658727ea7.zip
PPPoE-738af76f98144b25a3386610e61aba7658727ea7.tar.gz
PPPoE-738af76f98144b25a3386610e61aba7658727ea7.tar.bz2
pppoe: use-library droidlogic.software.core [2/11]
PD# NONE in treble mode, droidlogic.jar put to /vendor so it can not be added to BOOTCLASSPATH Change-Id: I92b80055ce2c8adf2f3268fe6c14b1e172eb62ba
Diffstat
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7bf7852..68b7369 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,6 +64,8 @@
<application android:icon="@drawable/icon"
android:persistent="true"
android:label="@string/app_name">
+
+ <uses-library android:name="droidlogic.software.core" />
<uses-library android:name="droidlogic.external.pppoe" />
<uses-library android:name="droidlogic.frameworks.pppoe" />