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

Commit 2b49d85e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300802400 for mainline module file:...

Make change and version bump to r_aml_300802400 for mainline module file: packages/Tethering/apex/manifest.json

Change-Id: If743b76583bc895f11674e468792c0da1b958121
parents e6897f14 f8be2471
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.extservices",
  "version": 300802300
  "version": 300802400
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.permission",
  "version": 300802300
  "version": 300802400
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.os.statsd",
  "version": 300802300
  "version": 300802400
}
+2 −1
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ java_sdk_library {
    visibility: [
        "//frameworks/base", // Framework
        "//frameworks/base/apex/statsd:__subpackages__", // statsd apex
        "//frameworks/base/packages/Tethering", // Tethering
        "//frameworks/opt/net/wifi/service", // wifi service
        "//packages/providers/MediaProvider", // MediaProvider apk
    ],
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ package android {
  }

  public static final class R.bool {
    field public static final int config_assistantOnTopOfDream = 17891333; // 0x1110005
    field public static final int config_perDisplayFocusEnabled = 17891332; // 0x1110004
  }

Loading