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
diff --git a/packages/Shell/aconfig/Android.bp b/packages/Shell/aconfig/Android.bp
new file mode 100644
index 0000000..1d797b2
--- /dev/null
+++ b/packages/Shell/aconfig/Android.bp
@@ -0,0 +1,13 @@
+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",
+}