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

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

Snap for 8617226 from 0a9cb9b4 to tm-release

Change-Id: If9a5b3d51500a7d24e39100099ce70e026340913
parents 7ee0b7d7 0a9cb9b4
Loading
Loading
Loading
Loading
+8326 −10260

File changed.

Preview size limit exceeded, changes collapsed.

+2379 −682

File changed.

Preview size limit exceeded, changes collapsed.

+12804 −14555

File changed.

Preview size limit exceeded, changes collapsed.

+2820 −709

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -51,6 +51,12 @@ filegroup {
    srcs: ["android/tracing/TraceReportParams.aidl"],
}

filegroup {
    name: "framework-internal-display-sources",
    srcs: ["com/android/internal/display/BrightnessSynchronizer.java"],
    visibility: ["//frameworks/base/services/tests/mockingservicestests"],
}

// These are subset of framework-core-sources that are needed by the
// android.test.mock library. The implementation of android.test.mock references
// private members of various components to allow mocking of classes that cannot
Loading