Loading AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:sharedUserId="android.uid.networkstack" android:versionCode="319999900" android:versionName="s_aml_319999900" coreApp="true" > <!-- Permissions must be defined here, and not in the base manifest, as the network stack running in the system server process does not need any permission, and having privileged Loading AndroidManifest_InProcess.xml +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.networkstack.inprocess" android:sharedUserId="android.uid.system" android:process="system"> android:process="system" coreApp="true"> <application> <service android:name="com.android.server.NetworkStackService" android:process="system" Loading AndroidManifest_Next.xml +2 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,6 @@ package="com.android.networkstack" android:sharedUserId="android.uid.networkstack" android:versionCode="320000000" android:versionName="T-next"> android:versionName="T-next" coreApp="true"> </manifest> TEST_MAPPING +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ // We must specify at least one module here or the tests won't run. Use the same set as CTS // so in theory the infra would not need to reinstall/reboot devices to run both. { // TODO: add back tethering when it is updatable in this branch "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]" "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" } ], "mainline-postsubmit": [ Loading src/android/net/ip/IpClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -715,7 +715,7 @@ public class IpClient extends StateMachine { (ifaceUp) -> sendMessage(EVENT_NETLINK_LINKPROPERTIES_CHANGED, ifaceUp ? ARG_LINKPROP_CHANGED_LINKSTATE_UP : ARG_LINKPROP_CHANGED_LINKSTATE_DOWN), config, mLog) { config, mLog, mDependencies) { @Override public void onInterfaceAdded(String iface) { super.onInterfaceAdded(iface); Loading Loading
AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:sharedUserId="android.uid.networkstack" android:versionCode="319999900" android:versionName="s_aml_319999900" coreApp="true" > <!-- Permissions must be defined here, and not in the base manifest, as the network stack running in the system server process does not need any permission, and having privileged Loading
AndroidManifest_InProcess.xml +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.networkstack.inprocess" android:sharedUserId="android.uid.system" android:process="system"> android:process="system" coreApp="true"> <application> <service android:name="com.android.server.NetworkStackService" android:process="system" Loading
AndroidManifest_Next.xml +2 −1 Original line number Diff line number Diff line Loading @@ -18,5 +18,6 @@ package="com.android.networkstack" android:sharedUserId="android.uid.networkstack" android:versionCode="320000000" android:versionName="T-next"> android:versionName="T-next" coreApp="true"> </manifest>
TEST_MAPPING +1 −2 Original line number Diff line number Diff line Loading @@ -40,8 +40,7 @@ // We must specify at least one module here or the tests won't run. Use the same set as CTS // so in theory the infra would not need to reinstall/reboot devices to run both. { // TODO: add back tethering when it is updatable in this branch "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex]" "name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]" } ], "mainline-postsubmit": [ Loading
src/android/net/ip/IpClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -715,7 +715,7 @@ public class IpClient extends StateMachine { (ifaceUp) -> sendMessage(EVENT_NETLINK_LINKPROPERTIES_CHANGED, ifaceUp ? ARG_LINKPROP_CHANGED_LINKSTATE_UP : ARG_LINKPROP_CHANGED_LINKSTATE_DOWN), config, mLog) { config, mLog, mDependencies) { @Override public void onInterfaceAdded(String iface) { super.onInterfaceAdded(iface); Loading