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

Commit 20dd00a3 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Add aconfig flag to expire bitmaps" into main

parents c26b2fba 454fcb95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ java_library_static {
        "securebox",
        "apache-commons-math",
        "power_optimization_flags_lib",
        "notification_flags_lib",
    ],
    javac_shard_size: 50,
    javacflags: [
+12 −0
Original line number Diff line number Diff line
java_aconfig_library {
    name: "notification_flags_lib",
    aconfig_declarations: "notification_flags",
}

aconfig_declarations {
    name: "notification_flags",
    package: "com.android.server.notification",
    srcs: [
        "flags.aconfig",
    ],
}
 No newline at end of file
+8 −0
Original line number Diff line number Diff line
package: "com.android.server.notification"

flag {
  name: "expire_bitmaps"
  namespace: "systemui"
  description: "This flag controls removing expired notification bitmaps"
  bug: "290381858"
}
 No newline at end of file