Merge "Use embedded native libs for NetworkStack.apk." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0ef7b0d46e
@@ -118,6 +118,7 @@ android_app {
|
||||
defaults: ["NetworkStackAppCommon"],
|
||||
certificate: "networkstack",
|
||||
manifest: "AndroidManifest.xml",
|
||||
use_embedded_native_libs: true,
|
||||
}
|
||||
|
||||
genrule {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
|
||||
<!-- Signature permission defined in NetworkStackStub -->
|
||||
<uses-permission android:name="android.permission.MAINLINE_NETWORK_STACK" />
|
||||
<application>
|
||||
<application android:extractNativeLibs="false">
|
||||
<service android:name="com.android.server.NetworkStackService">
|
||||
<intent-filter>
|
||||
<action android:name="android.net.INetworkStackConnector"/>
|
||||
|
||||
Reference in New Issue
Block a user