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

Commit 3841dab6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Install HierarchySnapshotter BroadcastReceiver in SystemUIGoogle (2/2)" into main

parents 5236d0e7 83718afb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -538,6 +538,7 @@ android_library {
    kotlincflags: [
        "-Xjvm-default=all",
        "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
        "-P plugin:androidx.compose.compiler.plugins.kotlin:sourceInformation=true",
    ],

    plugins: [
+4 −1
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ android_library {
        "//frameworks/libs/systemui:tracinglib-platform",
    ],

    kotlincflags: ["-Xjvm-default=all"],
    kotlincflags: [
        "-Xjvm-default=all",
        "-P plugin:androidx.compose.compiler.plugins.kotlin:sourceInformation=true",
    ],
    use_resource_processor: true,
}
+4 −1
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ android_library {
        "mechanics",
    ],

    kotlincflags: ["-Xjvm-default=all"],
    kotlincflags: [
        "-Xjvm-default=all",
        "-P plugin:androidx.compose.compiler.plugins.kotlin:sourceInformation=true",
    ],
    use_resource_processor: true,
}