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

Commit 83718afb authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Install HierarchySnapshotter BroadcastReceiver in SystemUIGoogle (2/2)

Bug: 393339726
Test: built then took a snapshot in go/hsv
Flag: EXEMPT simple installation of broadcast receiver in debug builds
 only
Change-Id: I4bd1c91e61cc929d66da0828a00a662eff8234c4
parent 310f7b88
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,
}