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

Commit 454fcb95 authored by Lyn's avatar Lyn
Browse files

Add aconfig flag to expire bitmaps

Test: make
Bug: 290381858
Change-Id: I121e570de078fb99f67fd5a27853c661faeeee54
parent 4b985ce5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -188,6 +188,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