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

Commit ba30d0f1 authored by Rana Mouawi's avatar Rana Mouawi
Browse files

Add aconfig flag for handling bugreports on Wear.

This flag will be used to enable Shell to propagate bugreport results to WearServices.

Flag: EXEMPT creating aconfig flag
Bug: b/378060870
Change-Id: Ia9101ea247b62cb5874eb05b36c07feb882d5460
parent 8bbc20f0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
aconfig_declarations {
    name: "wear_aconfig_declarations",
    package: "com.android.shell.flags",
    container: "system",
    srcs: [
        "wear.aconfig",
    ],
}

java_aconfig_library {
    name: "wear_aconfig_declarations_flags_java_lib",
    aconfig_declarations: "wear_aconfig_declarations",
}
+9 −0
Original line number Diff line number Diff line
package: "com.android.shell.flags"
container: "system"

flag {
    name: "handle_bugreports_for_wear"
    namespace: "wear_services"
    description: "This flag enables Shell to propagate bugreport results to WearServices."
    bug: "378060870"
}
 No newline at end of file