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

Commit 54524da4 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

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

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

Change-Id: Ic32f7f6c83b8bc61d3ef93c03857ea205c6b0dbe
parents 71ccb62c 55bfefa1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -94,10 +94,8 @@ java_defaults {

    annotations_enabled: true,

    // The stub libraries must be visible to frameworks/base so they can be combined
    // into API specific libraries.
    stubs_library_visibility: [
        "//frameworks/base", // Framework
        "//visibility:public",
    ],

    // Set the visibility of the modules creating the stubs source.
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.extservices",
  "version": 300900100
  "version": 300900200
}
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ public class MediaSession2 implements AutoCloseable {
                mCallback.onPostConnect(MediaSession2.this, controllerInfo);
                connected = true;
            } finally {
                if (!connected) {
                if (!connected || isClosed()) {
                    if (DEBUG) {
                        Log.d(TAG, "Rejecting connection or notifying that session is closed"
                                + ", controllerInfo=" + controllerInfo);
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.permission",
  "version": 300900100
  "version": 300900200
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.os.statsd",
  "version": 300900100
  "version": 300900200
}
Loading