diff options
author | 2024-10-24 18:03:56 +0000 | |
---|---|---|
committer | 2024-10-24 18:03:56 +0000 | |
commit | b1071dc678849cb9608909590165db5dc160d728 (patch) | |
tree | 990c4dd999c5ba8f5b3c54bc1ba8d577a9eeb031 | |
parent | 7257a7e73da5f34718e76f4b56767d256f162c72 (diff) | |
parent | 364038c0386c084f07ae1afe2e49482e981620d7 (diff) |
Merge "Add flags for testing Ravenwood" into main
-rw-r--r-- | core/java/com/android/internal/os/flags.aconfig | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/core/java/com/android/internal/os/flags.aconfig b/core/java/com/android/internal/os/flags.aconfig index c8d6810e274a..809c1a114ad3 100644 --- a/core/java/com/android/internal/os/flags.aconfig +++ b/core/java/com/android/internal/os/flags.aconfig @@ -2,6 +2,48 @@ package: "com.android.internal.os" container: "system" flag { + namespace: "ravenwood" + name: "ravenwood_flag_rw_1" + description: "Ravenwood test RW flag 1" + bug: "311370221" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { + namespace: "ravenwood" + name: "ravenwood_flag_rw_2" + description: "Ravenwood test RW flag 2" + bug: "311370221" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { + namespace: "ravenwood" + name: "ravenwood_flag_ro_1" + description: "Ravenwood test RO flag 1" + is_fixed_read_only: true + bug: "311370221" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { + namespace: "ravenwood" + name: "ravenwood_flag_ro_2" + description: "Ravenwood test RO flag 2" + is_fixed_read_only: true + bug: "311370221" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "enable_apache_http_legacy_preload" namespace: "system_performance" description: "Enables zygote preload of non-BCP org.apache.http.legacy.jar library." |