summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-04-24 15:09:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-04-24 15:09:56 +0000
commitdc21a0499726a3b9f6d11e1985538dbbae961e97 (patch)
treeac311ede95a4a781881bb177d132140b66612d1b
parent9f425078706054d88e7e6dcda02a63f10b4253e7 (diff)
parent067e0eb8fd5fa2fad6d70a14ff8db2962fa1f48b (diff)
Merge "Create a flag for rescue party flag resets" into main
-rw-r--r--packages/CrashRecovery/aconfig/flags.aconfig21
1 files changed, 19 insertions, 2 deletions
diff --git a/packages/CrashRecovery/aconfig/flags.aconfig b/packages/CrashRecovery/aconfig/flags.aconfig
index 563626634068..8cdef38356da 100644
--- a/packages/CrashRecovery/aconfig/flags.aconfig
+++ b/packages/CrashRecovery/aconfig/flags.aconfig
@@ -1,9 +1,26 @@
package: "android.crashrecovery.flags"
+container: "system"
flag {
name: "recoverability_detection"
- namespace: "package_watchdog"
+ namespace: "package_manager_service"
description: "Feature flag for recoverability detection"
bug: "310236690"
is_fixed_read_only: true
-} \ No newline at end of file
+}
+
+flag {
+ name: "enable_crashrecovery"
+ is_exported: true
+ namespace: "crashrecovery"
+ description: "Enables various dependencies of crashrecovery module"
+ bug: "289203818"
+}
+
+flag {
+ name: "allow_rescue_party_flag_resets"
+ namespace: "crashrecovery"
+ description: "Enables rescue party flag resets"
+ bug: "287618292"
+ is_fixed_read_only: true
+}