summaryrefslogtreecommitdiff
authorChaomin Zheng <chaomin.zheng@amlogic.com>2017-08-16 11:04:44 (GMT)
committer Chaomin Zheng <chaomin.zheng@amlogic.com>2017-08-17 06:51:43 (GMT)
commit8dace8451cf334177b8c4c0b2586a96dfce48791 (patch)
tree1a0a1a8f5de1560c623e5d2de33d652da822ee5d
parentb035d537359e46870ea9c92f8c09046715bbea57 (diff)
downloadPPPoE-8dace8451cf334177b8c4c0b2586a96dfce48791.zip
PPPoE-8dace8451cf334177b8c4c0b2586a96dfce48791.tar.gz
PPPoE-8dace8451cf334177b8c4c0b2586a96dfce48791.tar.bz2
PPPoE:intergrate pppoe modules[4/5]
PD# 146472 PPPoE manifest add droid pppoe libraries Change-Id: I6e8524d9ffce471f49573d84b004a67ebeeaacf8
Diffstat
-rw-r--r--AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e90ee03..7bf7852 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,9 +64,8 @@
<application android:icon="@drawable/icon"
android:persistent="true"
android:label="@string/app_name">
- <uses-library
- android:name="AmlogicPPPoE">
- </uses-library>
+ <uses-library android:name="droidlogic.external.pppoe" />
+ <uses-library android:name="droidlogic.frameworks.pppoe" />
<activity android:name=".PPPoEActivity"
android:label="@string/app_name">