Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99868228 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to aml_net_311313000 for mainline module file: AndroidManifest.xml

Change-Id: Icb07ef372997a5c1b6d5443857d52cd9f679fdff
parents 93d3ba4e 181ee419
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -215,6 +215,8 @@ java_defaults {
    static_libs: [
        "androidx.annotation_annotation",
        "modules-utils-build_system",
        "modules-utils-preconditions",
        "modules-utils-statemachine",
        "netd_aidl_interface-lateststable-java",
        "networkstack-client",
        "net-utils-framework-common",
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.networkstack"
  android:sharedUserId="android.uid.networkstack"
  android:versionCode="311312000"
  android:versionName="aml_net_311312000"
  android:versionCode="311313000"
  android:versionName="aml_net_311313000"
  coreApp="true"
>
    <!-- Permissions must be defined here, and not in the base manifest, as the network stack
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ public class IpReachabilityMonitor {
            }
        }

        mNumSolicits = numSolicits;
        mNumSolicits = isMulticastResolicitEnabled() ? (numSolicits + numResolicits) : numSolicits;
        mInterSolicitIntervalMs = interSolicitIntervalMs;
    }