diff options
author | 2024-04-30 12:09:16 -0700 | |
---|---|---|
committer | 2024-04-30 14:06:38 -0700 | |
commit | eed853cc9e525796cccccdcd6bf880b9252343a7 (patch) | |
tree | d4148681b971b8a8b77b1a605b9b83595e9b2662 | |
parent | 6262a0d820adcb2aa26e38554cbaf81f792f6619 (diff) |
convert build flags to textproto, initial pass
Bug: 328495189
Test: manual
Ignore-AOSP-First: Will manually sync to many branches
Change-Id: I7d29789711f01b82eb996d0c6ac7b42b7d38cadf
279 files changed, 1696 insertions, 0 deletions
diff --git a/flag_declarations/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto b/flag_declarations/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto new file mode 100644 index 00000000..159256fe --- /dev/null +++ b/flag_declarations/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION" +namespace: "android_UNKNOWN" +description: "The default permission for all flags" +value: { + string_value: "READ_WRITE" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AIDL_USE_UNFROZEN.textproto b/flag_declarations/RELEASE_AIDL_USE_UNFROZEN.textproto new file mode 100644 index 00000000..a25b3e42 --- /dev/null +++ b/flag_declarations/RELEASE_AIDL_USE_UNFROZEN.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AIDL_USE_UNFROZEN" +namespace: "android_UNKNOWN" +description: "Enables the use of the unfrozen versions of AIDL interfaces. When this is `False` the libraries of the latest unfrozen version of a stable interface will behave like the last frozen version. When this is `True` the libraries behave like the lastest unfrozen version like they always have." +value: { + bool_value: true +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_BOOT_JARS_PREBUILT_EXCLUDED_LIST.textproto b/flag_declarations/RELEASE_APEX_BOOT_JARS_PREBUILT_EXCLUDED_LIST.textproto new file mode 100644 index 00000000..841a3459 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_BOOT_JARS_PREBUILT_EXCLUDED_LIST.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_APEX_BOOT_JARS_PREBUILT_EXCLUDED_LIST" +namespace: "android_UNKNOWN" +description: "jars need to be excluded from Apex Boot Jars for targets with mainline prebuilts enabled." +value: { + string_value: "" +} +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADBD.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADBD.textproto new file mode 100644 index 00000000..409dffde --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADBD.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_ADBD" +namespace: "android_UNKNOWN" +description: "The contributions made by apexes (source or prebuilts) to the rest of the build." +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADSERVICES.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADSERVICES.textproto new file mode 100644 index 00000000..9def9e47 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ADSERVICES.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_ADSERVICES" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_APPSEARCH.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_APPSEARCH.textproto new file mode 100644 index 00000000..c1fcaf7c --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_APPSEARCH.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_APPSEARCH" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ART.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ART.textproto new file mode 100644 index 00000000..09f1b5d2 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ART.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_ART" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH.textproto new file mode 100644 index 00000000..71664831 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_BLUETOOTH" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CAPTIVEPORTALLOGIN.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CAPTIVEPORTALLOGIN.textproto new file mode 100644 index 00000000..56c4734b --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CAPTIVEPORTALLOGIN.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CAPTIVEPORTALLOGIN" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CELLBROADCAST.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CELLBROADCAST.textproto new file mode 100644 index 00000000..abfb3d62 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CELLBROADCAST.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CELLBROADCAST" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONFIGINFRASTRUCTURE.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONFIGINFRASTRUCTURE.textproto new file mode 100644 index 00000000..94f055f0 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONFIGINFRASTRUCTURE.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CONFIGINFRASTRUCTURE" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONNECTIVITY.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONNECTIVITY.textproto new file mode 100644 index 00000000..714fdc10 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONNECTIVITY.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CONNECTIVITY" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONSCRYPT.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONSCRYPT.textproto new file mode 100644 index 00000000..2903a631 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CONSCRYPT.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CONSCRYPT" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CRASHRECOVERY.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CRASHRECOVERY.textproto new file mode 100644 index 00000000..4b7404d3 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_CRASHRECOVERY.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_CRASHRECOVERY" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DEVICELOCK.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DEVICELOCK.textproto new file mode 100644 index 00000000..f3410579 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DEVICELOCK.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_DEVICELOCK" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DOCUMENTSUIGOOGLE.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DOCUMENTSUIGOOGLE.textproto new file mode 100644 index 00000000..943d62f9 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_DOCUMENTSUIGOOGLE.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_DOCUMENTSUIGOOGLE" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_EXTSERVICES.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_EXTSERVICES.textproto new file mode 100644 index 00000000..84aef9d4 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_EXTSERVICES.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_EXTSERVICES" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_HEALTHFITNESS.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_HEALTHFITNESS.textproto new file mode 100644 index 00000000..63152074 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_HEALTHFITNESS.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_HEALTHFITNESS" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_IPSEC.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_IPSEC.textproto new file mode 100644 index 00000000..c518c046 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_IPSEC.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_IPSEC" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIA.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIA.textproto new file mode 100644 index 00000000..30109e26 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIA.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_MEDIA" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIAPROVIDER.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIAPROVIDER.textproto new file mode 100644 index 00000000..2bcd7229 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_MEDIAPROVIDER.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_MEDIAPROVIDER" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NETWORKSTACKGOOGLE.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NETWORKSTACKGOOGLE.textproto new file mode 100644 index 00000000..02323050 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NETWORKSTACKGOOGLE.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_NETWORKSTACKGOOGLE" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NEURALNETWORKS.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NEURALNETWORKS.textproto new file mode 100644 index 00000000..47e68def --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_NEURALNETWORKS.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_NEURALNETWORKS" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ONDEVICEPERSONALIZATION.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ONDEVICEPERSONALIZATION.textproto new file mode 100644 index 00000000..b15912aa --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_ONDEVICEPERSONALIZATION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_ONDEVICEPERSONALIZATION" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_PERMISSION.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_PERMISSION.textproto new file mode 100644 index 00000000..1a1bfea5 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_PERMISSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_PERMISSION" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING.textproto new file mode 100644 index 00000000..206058b8 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_RESOLV.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_RESOLV.textproto new file mode 100644 index 00000000..ae658f5f --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_RESOLV.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_RESOLV" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SCHEDULING.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SCHEDULING.textproto new file mode 100644 index 00000000..7ff68a2f --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SCHEDULING.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_SCHEDULING" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SDKEXTENSIONS.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SDKEXTENSIONS.textproto new file mode 100644 index 00000000..7ff058f6 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SDKEXTENSIONS.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_SDKEXTENSIONS" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_STATSD.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_STATSD.textproto new file mode 100644 index 00000000..43cf7b3e --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_STATSD.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_STATSD" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SWCODEC.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SWCODEC.textproto new file mode 100644 index 00000000..f6a16191 --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_SWCODEC.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_SWCODEC" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_TZDATA.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_TZDATA.textproto new file mode 100644 index 00000000..c05991de --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_TZDATA.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_TZDATA" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_UWB.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_UWB.textproto new file mode 100644 index 00000000..798f08be --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_UWB.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_UWB" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_WIFI.textproto b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_WIFI.textproto new file mode 100644 index 00000000..bdec940f --- /dev/null +++ b/flag_declarations/RELEASE_APEX_CONTRIBUTIONS_WIFI.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_APEX_CONTRIBUTIONS_WIFI" +namespace: "android_UNKNOWN" +description: "" +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVATAR_PICKER_APP.textproto b/flag_declarations/RELEASE_AVATAR_PICKER_APP.textproto new file mode 100644 index 00000000..cfad7c74 --- /dev/null +++ b/flag_declarations/RELEASE_AVATAR_PICKER_APP.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVATAR_PICKER_APP" +namespace: "android_UNKNOWN" +description: "Move User avatar picker from SettingsLib to preinstalled app." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto b/flag_declarations/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto new file mode 100644 index 00000000..423788bd --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_AVF_ALLOW_PREINSTALLED_APPS" +namespace: "android_UNKNOWN" +description: "Enables acces to the AVF APIs to pre-installed apps." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto b/flag_declarations/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto new file mode 100644 index 00000000..d9acb55b --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT" +namespace: "android_UNKNOWN" +description: "Enables assigning hardware devices to the guest VMs. If this flag is enabled, then RELEASE_AVF_ENABLE_MICRODROID_VENDOR_MODULES must also be enabled." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto b/flag_declarations/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto new file mode 100644 index 00000000..c1f6ad9e --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_DICE_CHANGES" +namespace: "android_UNKNOWN" +description: "Enables new DICE functionality in Microdroid VMs." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto b/flag_declarations/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto new file mode 100644 index 00000000..ba977c47 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES" +namespace: "android_UNKNOWN" +description: "Enables new llPvm functionality in Microdroid VMs." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto b/flag_declarations/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto new file mode 100644 index 00000000..da43198e --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM" +namespace: "android_UNKNOWN" +description: "Enables running multiple payloads in the same Microdroid VM instance." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto b/flag_declarations/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto new file mode 100644 index 00000000..dac13a83 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_REMOTE_ATTESTATION" +namespace: "android_UNKNOWN" +description: "Enables pVM remote attestation in Microdroid VM." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto b/flag_declarations/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto new file mode 100644 index 00000000..69f436b0 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_VENDOR_MODULES" +namespace: "android_UNKNOWN" +description: "Enables loading vendor modules (both kernel & userspace) in Microdroid VM." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto b/flag_declarations/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto new file mode 100644 index 00000000..ccbdc2e0 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_ENABLE_VIRT_CPUFREQ" +namespace: "android_UNKNOWN" +description: "Enables Virtual Cpufreq support in Microdroid VM." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto b/flag_declarations/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto new file mode 100644 index 00000000..a1701251 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto @@ -0,0 +1,5 @@ +name: "RELEASE_AVF_MICRODROID_KERNEL_VERSION" +namespace: "android_UNKNOWN" +description: "Specify which Microdroid kernel version to use for Microdroid VMs." +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto b/flag_declarations/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto new file mode 100644 index 00000000..560b8e47 --- /dev/null +++ b/flag_declarations/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES" +namespace: "android_UNKNOWN" +description: "Enable running custom VMs with paravirtualized devices." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto b/flag_declarations/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto new file mode 100644 index 00000000..223b81e4 --- /dev/null +++ b/flag_declarations/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI" +namespace: "android_UNKNOWN" +description: "If enabled, DeathRecipient is not strongly referenced from JNI." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_BOARD_API_LEVEL.textproto b/flag_declarations/RELEASE_BOARD_API_LEVEL.textproto new file mode 100644 index 00000000..a1ddf522 --- /dev/null +++ b/flag_declarations/RELEASE_BOARD_API_LEVEL.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_BOARD_API_LEVEL" +namespace: "android_UNKNOWN" +description: "The API level of current vendor API surface. It has YYYYMM format." +value: { + string_value: "" +} +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_BOARD_API_LEVEL_FROZEN.textproto b/flag_declarations/RELEASE_BOARD_API_LEVEL_FROZEN.textproto new file mode 100644 index 00000000..2c34c108 --- /dev/null +++ b/flag_declarations/RELEASE_BOARD_API_LEVEL_FROZEN.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_BOARD_API_LEVEL_FROZEN" +namespace: "android_UNKNOWN" +description: "Set to True to freeze the board API level with vendor FRC" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_CRASHRECOVERY_FILE_MOVE.textproto b/flag_declarations/RELEASE_CRASHRECOVERY_FILE_MOVE.textproto new file mode 100644 index 00000000..9da203ff --- /dev/null +++ b/flag_declarations/RELEASE_CRASHRECOVERY_FILE_MOVE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_CRASHRECOVERY_FILE_MOVE" +namespace: "android_UNKNOWN" +description: "If true, then files are moved from platform to apex" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_CRASHRECOVERY_MODULE.textproto b/flag_declarations/RELEASE_CRASHRECOVERY_MODULE.textproto new file mode 100644 index 00000000..1e00a150 --- /dev/null +++ b/flag_declarations/RELEASE_CRASHRECOVERY_MODULE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_CRASHRECOVERY_MODULE" +namespace: "android_UNKNOWN" +description: "If true, then crashrecovery module is enabled as an apex" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto b/flag_declarations/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto new file mode 100644 index 00000000..4c7c690b --- /dev/null +++ b/flag_declarations/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_CREATE_ACONFIG_STORAGE_FILE" +namespace: "android_UNKNOWN" +description: "Enable build system to create new aconfig storage files." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE.textproto b/flag_declarations/RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE.textproto new file mode 100644 index 00000000..c97faac8 --- /dev/null +++ b/flag_declarations/RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE" +namespace: "android_UNKNOWN" +description: "The behavior for the tree wrt building mainline modules or using prebuilts" +value: { + bool_value: true +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_DEPRECATE_VNDK.textproto b/flag_declarations/RELEASE_DEPRECATE_VNDK.textproto new file mode 100644 index 00000000..02c096d8 --- /dev/null +++ b/flag_declarations/RELEASE_DEPRECATE_VNDK.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_DEPRECATE_VNDK" +namespace: "android_UNKNOWN" +description: "feature flag to deprecate VNDK" +value: { + bool_value: true +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto b/flag_declarations/RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto new file mode 100644 index 00000000..982cf80a --- /dev/null +++ b/flag_declarations/RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK" +namespace: "android_UNKNOWN" +description: "Disable verify_overlaps check for mainline prebuilts. Only used in non-AOSP builds." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_HARDWARE_BLUETOOTH_RANGING_SERVICE.textproto b/flag_declarations/RELEASE_HARDWARE_BLUETOOTH_RANGING_SERVICE.textproto new file mode 100644 index 00000000..dfded91d --- /dev/null +++ b/flag_declarations/RELEASE_HARDWARE_BLUETOOTH_RANGING_SERVICE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_HARDWARE_BLUETOOTH_RANGING_SERVICE" +namespace: "android_UNKNOWN" +description: "Enables Bluetooth Ranging Service" +value: { + bool_value: true +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_HIDDEN_API_EXPORTABLE_STUBS.textproto b/flag_declarations/RELEASE_HIDDEN_API_EXPORTABLE_STUBS.textproto new file mode 100644 index 00000000..011ec229 --- /dev/null +++ b/flag_declarations/RELEASE_HIDDEN_API_EXPORTABLE_STUBS.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_HIDDEN_API_EXPORTABLE_STUBS" +namespace: "android_UNKNOWN" +description: "b/319697968: Flag to determine the dependency of hiddenapi to the stubs that contain all flagged apis (\"everything\" stubs), or to the stubs that contain only the enabled flagged apis (\"exportable\" stubs)." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_BLUEJAY_DIR.textproto b/flag_declarations/RELEASE_KERNEL_BLUEJAY_DIR.textproto new file mode 100644 index 00000000..f2bf9d57 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_BLUEJAY_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_BLUEJAY_DIR" +namespace: "android_UNKNOWN" +description: "Control which version of Kernel 6.1 is installed." +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_BLUEJAY_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_BLUEJAY_VERSION.textproto new file mode 100644 index 00000000..4be27587 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_BLUEJAY_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_BLUEJAY_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_CHEETAH_DIR.textproto b/flag_declarations/RELEASE_KERNEL_CHEETAH_DIR.textproto new file mode 100644 index 00000000..0e6211a2 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_CHEETAH_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_CHEETAH_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_CHEETAH_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_CHEETAH_VERSION.textproto new file mode 100644 index 00000000..d5c20810 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_CHEETAH_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_CHEETAH_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_FELIX_DIR.textproto b/flag_declarations/RELEASE_KERNEL_FELIX_DIR.textproto new file mode 100644 index 00000000..7eda40f1 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_FELIX_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_FELIX_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_FELIX_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_FELIX_VERSION.textproto new file mode 100644 index 00000000..ed2c6399 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_FELIX_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_FELIX_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_HUSKY_DIR.textproto b/flag_declarations/RELEASE_KERNEL_HUSKY_DIR.textproto new file mode 100644 index 00000000..0a21cb24 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_HUSKY_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_HUSKY_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_HUSKY_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_HUSKY_VERSION.textproto new file mode 100644 index 00000000..9b4f6493 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_HUSKY_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_HUSKY_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_LYNX_DIR.textproto b/flag_declarations/RELEASE_KERNEL_LYNX_DIR.textproto new file mode 100644 index 00000000..384c8cb0 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_LYNX_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_LYNX_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_LYNX_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_LYNX_VERSION.textproto new file mode 100644 index 00000000..303c607b --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_LYNX_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_LYNX_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_ORIOLE_DIR.textproto b/flag_declarations/RELEASE_KERNEL_ORIOLE_DIR.textproto new file mode 100644 index 00000000..04854f18 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_ORIOLE_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_ORIOLE_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_ORIOLE_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_ORIOLE_VERSION.textproto new file mode 100644 index 00000000..6607f494 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_ORIOLE_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_ORIOLE_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_PANTHER_DIR.textproto b/flag_declarations/RELEASE_KERNEL_PANTHER_DIR.textproto new file mode 100644 index 00000000..3ba178c6 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_PANTHER_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_PANTHER_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_PANTHER_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_PANTHER_VERSION.textproto new file mode 100644 index 00000000..7e29ee21 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_PANTHER_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_PANTHER_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_RAVEN_DIR.textproto b/flag_declarations/RELEASE_KERNEL_RAVEN_DIR.textproto new file mode 100644 index 00000000..2cc528b5 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_RAVEN_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_RAVEN_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_RAVEN_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_RAVEN_VERSION.textproto new file mode 100644 index 00000000..0dc092f6 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_RAVEN_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_RAVEN_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_RIPCURRENT_DIR.textproto b/flag_declarations/RELEASE_KERNEL_RIPCURRENT_DIR.textproto new file mode 100644 index 00000000..2352a888 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_RIPCURRENT_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_RIPCURRENT_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto new file mode 100644 index 00000000..4b1f51f2 --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_RIPCURRENT_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_SHIBA_DIR.textproto b/flag_declarations/RELEASE_KERNEL_SHIBA_DIR.textproto new file mode 100644 index 00000000..feac8c1b --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_SHIBA_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_SHIBA_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_SHIBA_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_SHIBA_VERSION.textproto new file mode 100644 index 00000000..41835fac --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_SHIBA_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_SHIBA_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_TANGORPRO_DIR.textproto b/flag_declarations/RELEASE_KERNEL_TANGORPRO_DIR.textproto new file mode 100644 index 00000000..7257184e --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_TANGORPRO_DIR.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_TANGORPRO_DIR" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_KERNEL_TANGORPRO_VERSION.textproto b/flag_declarations/RELEASE_KERNEL_TANGORPRO_VERSION.textproto new file mode 100644 index 00000000..41c09a8a --- /dev/null +++ b/flag_declarations/RELEASE_KERNEL_TANGORPRO_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_KERNEL_TANGORPRO_VERSION" +namespace: "android_UNKNOWN" +description: "" +value: { + string_value: "" +} +workflow: PREBUILT +containers: "vendor" diff --git a/flag_declarations/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto b/flag_declarations/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto new file mode 100644 index 00000000..bcf2028a --- /dev/null +++ b/flag_declarations/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_LARGE_SYSTEM_PROPERTY_NODE" +namespace: "android_UNKNOWN" +description: "Allow system property storage node to be 1M to accomodate aconfig flags." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_MAINLINE_MODULE_PREBUILT_VERSION.textproto b/flag_declarations/RELEASE_MAINLINE_MODULE_PREBUILT_VERSION.textproto new file mode 100644 index 00000000..6c68cac1 --- /dev/null +++ b/flag_declarations/RELEASE_MAINLINE_MODULE_PREBUILT_VERSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_MAINLINE_MODULE_PREBUILT_VERSION" +namespace: "android_UNKNOWN" +description: "The version of mainline prebuilts used when prebuilts are enabled." +value: { + string_value: "mainline_module_prebuilt_nightly" +} +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_MOVE_PDFRENDERER_TO_MODULE.textproto b/flag_declarations/RELEASE_MOVE_PDFRENDERER_TO_MODULE.textproto new file mode 100644 index 00000000..7a2ef2da --- /dev/null +++ b/flag_declarations/RELEASE_MOVE_PDFRENDERER_TO_MODULE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_MOVE_PDFRENDERER_TO_MODULE" +namespace: "android_UNKNOWN" +description: "If true, then files are moved from platform to apex" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_NDK_ABI_MONITORED.textproto b/flag_declarations/RELEASE_NDK_ABI_MONITORED.textproto new file mode 100644 index 00000000..0ff37661 --- /dev/null +++ b/flag_declarations/RELEASE_NDK_ABI_MONITORED.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_NDK_ABI_MONITORED" +namespace: "android_UNKNOWN" +description: "Enables ABI monitoring of NDK libraries." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PACKAGE_EMOJI_FONT_VERSION.textproto b/flag_declarations/RELEASE_PACKAGE_EMOJI_FONT_VERSION.textproto new file mode 100644 index 00000000..8ece4330 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_EMOJI_FONT_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_EMOJI_FONT_VERSION" +namespace: "android_UNKNOWN" +description: "Version of the emoji font file." +value: { + string_value: "2.042" +} +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto b/flag_declarations/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto new file mode 100644 index 00000000..3f3d34b9 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION" +namespace: "android_UNKNOWN" +description: "Version of the flag emoji font file." +value: { + string_value: "2.034" +} +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto b/flag_declarations/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto new file mode 100644 index 00000000..0e2a5393 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_HENTAIGANA_FONT" +namespace: "android_UNKNOWN" +description: "This flag will control of including Japanese variant (Hentaigana) font." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto b/flag_declarations/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto new file mode 100644 index 00000000..c78b509a --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES" +namespace: "android_UNKNOWN" +description: "b/301631861: Flag to enable punching holes in apks and shared libs" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PACKAGE_LIBSQLITE3.textproto b/flag_declarations/RELEASE_PACKAGE_LIBSQLITE3.textproto new file mode 100644 index 00000000..9f0a790a --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_LIBSQLITE3.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_LIBSQLITE3" +namespace: "android_UNKNOWN" +description: "The sqlite release." +value: { + string_value: "3420000" +} +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_NFC_STACK.textproto b/flag_declarations/RELEASE_PACKAGE_NFC_STACK.textproto new file mode 100644 index 00000000..ab4fc423 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_NFC_STACK.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_NFC_STACK" +namespace: "android_UNKNOWN" +description: "b/292140387: Flag to switch to the new NFC apex" +value: { + string_value: "NfcNci" +} +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_PROFILING_MODULE.textproto b/flag_declarations/RELEASE_PACKAGE_PROFILING_MODULE.textproto new file mode 100644 index 00000000..00b01410 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_PROFILING_MODULE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PACKAGE_PROFILING_MODULE" +namespace: "android_UNKNOWN" +description: "Flag will control the release of the Profiling module apex." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PACKAGE_SOUND_PICKER.textproto b/flag_declarations/RELEASE_PACKAGE_SOUND_PICKER.textproto new file mode 100644 index 00000000..4fd65449 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_SOUND_PICKER.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PACKAGE_SOUND_PICKER" +namespace: "android_UNKNOWN" +description: "This flag will control the rollout of new versions of the SoundPicker app." +value: { + string_value: "SoundPicker" +} +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PACKAGE_TZDATA_MODULE.textproto b/flag_declarations/RELEASE_PACKAGE_TZDATA_MODULE.textproto new file mode 100644 index 00000000..9098cdcf --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_TZDATA_MODULE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PACKAGE_TZDATA_MODULE" +namespace: "android_UNKNOWN" +description: "tzdata to be installed to the system image." +value: { + string_value: "com.android.tzdata" +} +workflow: PREBUILT +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto b/flag_declarations/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto new file mode 100644 index 00000000..c8915e19 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK" +namespace: "android_UNKNOWN" +description: "True for using variable font of the NotoSansCJK" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto b/flag_declarations/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto new file mode 100644 index 00000000..364c99e3 --- /dev/null +++ b/flag_declarations/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PACKAGE_VIRTUAL_CAMERA" +namespace: "android_UNKNOWN" +description: "The name of the virtual camera package to add to the system partition." +value: { + string_value: "" +} +workflow: PREBUILT +containers: "system" diff --git a/flag_declarations/RELEASE_PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION.textproto new file mode 100644 index 00000000..91f09746 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION" +namespace: "android_UNKNOWN" +description: "Used to set minimum supported target sdk version. Apps targeting sdk version lower than the set value will result in a warning being shown when any activity from the app is started." +value: { + string_value: "28" +} +workflow: MANUAL +containers: "system" diff --git a/flag_declarations/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto new file mode 100644 index 00000000..48d3cbce --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_SDK_EXTENSION_VERSION" +namespace: "android_UNKNOWN" +description: "The sdk extension version of this release configuration." +value: { + string_value: "12" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_SDK_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_SDK_VERSION.textproto new file mode 100644 index 00000000..2ed00325 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_SDK_VERSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_SDK_VERSION" +namespace: "android_UNKNOWN" +description: "The SDK version of the platform, e.g. 34 for UDC. This should only be increased when the API is finalized and the codename is set to rel, not during development." +value: { + string_value: "34" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_SECURITY_PATCH.textproto b/flag_declarations/RELEASE_PLATFORM_SECURITY_PATCH.textproto new file mode 100644 index 00000000..484b89c5 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_SECURITY_PATCH.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_SECURITY_PATCH" +namespace: "android_UNKNOWN" +description: "Used to indicate the security patch that has been applied to the device. It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin. It must be of the form \"YYYY-MM-DD\" on production devices. It must match one of the Android Security Patch Level strings of the Public Security Bulletins. If there is no $PLATFORM_SECURITY_PATCH set, keep it empty." +value: { + string_value: "2023-12-05" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION.textproto new file mode 100644 index 00000000..339682d0 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION" +namespace: "android_UNKNOWN" +description: "The platform version. This is the 4 letter code, e.g. UD1A, UPB1, ZP1A, etc." +value: { + string_value: "ZP1A" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto new file mode 100644 index 00000000..feceadb8 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_CODENAMES" +namespace: "android_UNKNOWN" +description: "A comma separated list of all codenames that are in preview. This variable is sort of a lie for historical reasons and only includes codenames up to and including the currently active codename" +value: { + string_value: "VanillaIceCream" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto new file mode 100644 index 00000000..d587f7ec --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES" +namespace: "android_UNKNOWN" +description: "A comma separated list of all preview codenames the platform will accept apps built against" +value: { + string_value: "VanillaIceCream" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION_CODENAME.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION_CODENAME.textproto new file mode 100644 index 00000000..390c4e9f --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION_CODENAME.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION_CODENAME" +namespace: "android_UNKNOWN" +description: "Set to REL for production platform builds, otherwise the codename string, e.g. UpsideDownCake or VanillaIceCream" +value: { + string_value: "VanillaIceCream" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES.textproto new file mode 100644 index 00000000..836c06fb --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION_KNOWN_CODENAMES" +namespace: "android_UNKNOWN" +description: "A comma separated list of all known codenames. For REL (finalized) configurations, it has to only contain finalized codenames." +value: { + string_value: "Base,Base11,Cupcake,Donut,Eclair,Eclair01,EclairMr1,Froyo,Gingerbread,GingerbreadMr1,Honeycomb,HoneycombMr1,HoneycombMr2,IceCreamSandwich,IceCreamSandwichMr1,JellyBean,JellyBeanMr1,JellyBeanMr2,Kitkat,KitkatWatch,Lollipop,LollipopMr1,M,N,NMr1,O,OMr1,P,Q,R,S,Sv2,Tiramisu,UpsideDownCake,VanillaIceCream" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VERSION_LAST_STABLE.textproto b/flag_declarations/RELEASE_PLATFORM_VERSION_LAST_STABLE.textproto new file mode 100644 index 00000000..a83d9e9f --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VERSION_LAST_STABLE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VERSION_LAST_STABLE" +namespace: "android_UNKNOWN" +description: "The last stable version name of the platform that was released. During development, this stays at that previous version, while the codename indicates further work based on the previous version." +value: { + string_value: "14" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_PLATFORM_VNDK_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_VNDK_VERSION.textproto new file mode 100644 index 00000000..132009f5 --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_VNDK_VERSION.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_PLATFORM_VNDK_VERSION" +namespace: "android_UNKNOWN" +description: "The PLATFORM_VNDK_VERSION will be set to this version when the PLATFORM_VERSION_CODENAME is REL. This VNDK version flag will be removed when the VNDK is deprecated" +value: { + string_value: "35" +} +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE.textproto b/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE.textproto new file mode 100644 index 00000000..a42e6362 --- /dev/null +++ b/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_READ_FROM_NEW_STORAGE" +namespace: "android_UNKNOWN" +description: "Control if we should read from new storage." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE_CC.textproto b/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE_CC.textproto new file mode 100644 index 00000000..a6d2e74d --- /dev/null +++ b/flag_declarations/RELEASE_READ_FROM_NEW_STORAGE_CC.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_READ_FROM_NEW_STORAGE_CC" +namespace: "android_UNKNOWN" +description: "Enable reading from new storage from C/C++ aconfig flag codegen." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto b/flag_declarations/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto new file mode 100644 index 00000000..8457d323 --- /dev/null +++ b/flag_declarations/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_REMOVE_LEGACY_EMOJI_FONT" +namespace: "android_UNKNOWN" +description: "feature flag for removing legacy emoji font from system image." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "system" diff --git a/flag_declarations/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto b/flag_declarations/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto new file mode 100644 index 00000000..be75a90e --- /dev/null +++ b/flag_declarations/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_SELINUX_DATA_DATA_IGNORE" +namespace: "android_UNKNOWN" +description: "Ignore /data/data relabelling in libselinux." +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto b/flag_declarations/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto new file mode 100644 index 00000000..f82d8c48 --- /dev/null +++ b/flag_declarations/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL" +namespace: "android_UNKNOWN" +description: "feature flag for a new API to open declared passthrough HAL" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_UNLOCKED_STORAGE_API.textproto b/flag_declarations/RELEASE_UNLOCKED_STORAGE_API.textproto new file mode 100644 index 00000000..28690154 --- /dev/null +++ b/flag_declarations/RELEASE_UNLOCKED_STORAGE_API.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_UNLOCKED_STORAGE_API" +namespace: "android_UNKNOWN" +description: "flag to enable the unlocked-only storage API's SEPolicy rules" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT.textproto b/flag_declarations/RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT.textproto new file mode 100644 index 00000000..cf51f12e --- /dev/null +++ b/flag_declarations/RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_USE_RESOURCE_PROCESSOR_BY_DEFAULT" +namespace: "android_UNKNOWN" +description: "feature flag for enabling use_resource_processor: true by default" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE.textproto b/flag_declarations/RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE.textproto new file mode 100644 index 00000000..de5f4e08 --- /dev/null +++ b/flag_declarations/RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_USE_WEBVIEW_BOOTSTRAP_MODULE" +namespace: "android_UNKNOWN" +description: "b/318717084 - enable the WebViewBootstrap mainline module" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_declarations/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto b/flag_declarations/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto new file mode 100644 index 00000000..3e20b22f --- /dev/null +++ b/flag_declarations/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto @@ -0,0 +1,11 @@ +name: "RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES" +namespace: "android_UNKNOWN" +description: "flag to enable the writing of appcompat override system properties. Not expected to go beyond trunk" +value: { + bool_value: false +} +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_values/ap2a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto b/flag_values/ap2a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto new file mode 100644 index 00000000..2ddfdcf2 --- /dev/null +++ b/flag_values/ap2a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION" +value: { + string_value: "READ_ONLY" +} diff --git a/flag_values/ap2a/RELEASE_AIDL_USE_UNFROZEN.textproto b/flag_values/ap2a/RELEASE_AIDL_USE_UNFROZEN.textproto new file mode 100644 index 00000000..d6c4f753 --- /dev/null +++ b/flag_values/ap2a/RELEASE_AIDL_USE_UNFROZEN.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AIDL_USE_UNFROZEN" +value: { + bool_value: false +} diff --git a/flag_values/ap2a/RELEASE_BOARD_API_LEVEL.textproto b/flag_values/ap2a/RELEASE_BOARD_API_LEVEL.textproto new file mode 100644 index 00000000..fb34f8d8 --- /dev/null +++ b/flag_values/ap2a/RELEASE_BOARD_API_LEVEL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BOARD_API_LEVEL" +value: { + string_value: "202404" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto b/flag_values/ap2a/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto new file mode 100644 index 00000000..d095e348 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_SDK_EXTENSION_VERSION" +value: { + string_value: "11" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_SECURITY_PATCH.textproto b/flag_values/ap2a/RELEASE_PLATFORM_SECURITY_PATCH.textproto new file mode 100644 index 00000000..878b3408 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_SECURITY_PATCH.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_SECURITY_PATCH" +value: { + string_value: "2024-06-05" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto b/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto new file mode 100644 index 00000000..3a572393 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION" +value: { + string_value: "UP1A" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto new file mode 100644 index 00000000..a3b42677 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_CODENAMES" +value: { + string_value: "REL" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto new file mode 100644 index 00000000..1224b269 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES" +value: { + string_value: "REL,VanillaIceCream" +} diff --git a/flag_values/ap2a/RELEASE_PLATFORM_VERSION_CODENAME.textproto b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_CODENAME.textproto new file mode 100644 index 00000000..a3ef21d6 --- /dev/null +++ b/flag_values/ap2a/RELEASE_PLATFORM_VERSION_CODENAME.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_CODENAME" +value: { + string_value: "REL" +} diff --git a/flag_values/ap3a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto b/flag_values/ap3a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto new file mode 100644 index 00000000..2ddfdcf2 --- /dev/null +++ b/flag_values/ap3a/RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_ACONFIG_FLAG_DEFAULT_PERMISSION" +value: { + string_value: "READ_ONLY" +} diff --git a/flag_values/ap3a/RELEASE_AIDL_USE_UNFROZEN.textproto b/flag_values/ap3a/RELEASE_AIDL_USE_UNFROZEN.textproto new file mode 100644 index 00000000..d6c4f753 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AIDL_USE_UNFROZEN.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AIDL_USE_UNFROZEN" +value: { + bool_value: false +} diff --git a/flag_values/ap3a/RELEASE_AVATAR_PICKER_APP.textproto b/flag_values/ap3a/RELEASE_AVATAR_PICKER_APP.textproto new file mode 100644 index 00000000..7bd62f57 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVATAR_PICKER_APP.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVATAR_PICKER_APP" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto b/flag_values/ap3a/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto new file mode 100644 index 00000000..8356aace --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ALLOW_PREINSTALLED_APPS" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto new file mode 100644 index 00000000..2bdd9242 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto new file mode 100644 index 00000000..8de1cceb --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DICE_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto new file mode 100644 index 00000000..609eba89 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto new file mode 100644 index 00000000..9336ad35 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto new file mode 100644 index 00000000..8bad15f7 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_REMOTE_ATTESTATION" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto new file mode 100644 index 00000000..cc2e08e5 --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VENDOR_MODULES" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto b/flag_values/ap3a/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto new file mode 100644 index 00000000..a1a86a6d --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VIRT_CPUFREQ" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto b/flag_values/ap3a/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto new file mode 100644 index 00000000..19b715ce --- /dev/null +++ b/flag_values/ap3a/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_MICRODROID_KERNEL_VERSION" +value: { + string_value: "android15_66" +} diff --git a/flag_values/ap3a/RELEASE_BOARD_API_LEVEL.textproto b/flag_values/ap3a/RELEASE_BOARD_API_LEVEL.textproto new file mode 100644 index 00000000..fb34f8d8 --- /dev/null +++ b/flag_values/ap3a/RELEASE_BOARD_API_LEVEL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BOARD_API_LEVEL" +value: { + string_value: "202404" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_DIR.textproto new file mode 100644 index 00000000..4b75ebe6 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_DIR" +value: { + string_value: "device/google/bluejay-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_VERSION.textproto new file mode 100644 index 00000000..06f87afb --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_BLUEJAY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_DIR.textproto new file mode 100644 index 00000000..0bf1218e --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_VERSION.textproto new file mode 100644 index 00000000..91ce1257 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_CHEETAH_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_FELIX_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_FELIX_DIR.textproto new file mode 100644 index 00000000..447dc2e1 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_FELIX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_DIR" +value: { + string_value: "device/google/felix-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_FELIX_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_FELIX_VERSION.textproto new file mode 100644 index 00000000..57340454 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_FELIX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_HUSKY_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_HUSKY_DIR.textproto new file mode 100644 index 00000000..fa7262ec --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_HUSKY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_HUSKY_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_HUSKY_VERSION.textproto new file mode 100644 index 00000000..0495469a --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_HUSKY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_LYNX_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_LYNX_DIR.textproto new file mode 100644 index 00000000..6392979a --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_LYNX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_DIR" +value: { + string_value: "device/google/lynx-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_LYNX_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_LYNX_VERSION.textproto new file mode 100644 index 00000000..e4bd2b10 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_LYNX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_DIR.textproto new file mode 100644 index 00000000..4b4cba0e --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_VERSION.textproto new file mode 100644 index 00000000..7ad5d835 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_ORIOLE_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_PANTHER_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_PANTHER_DIR.textproto new file mode 100644 index 00000000..95d50382 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_PANTHER_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_PANTHER_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_PANTHER_VERSION.textproto new file mode 100644 index 00000000..ea95a2f4 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_PANTHER_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_RAVEN_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_RAVEN_DIR.textproto new file mode 100644 index 00000000..82e96b30 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_RAVEN_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_RAVEN_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_RAVEN_VERSION.textproto new file mode 100644 index 00000000..3e125950 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_RAVEN_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_DIR.textproto new file mode 100644 index 00000000..86070071 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto new file mode 100644 index 00000000..e68f552d --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_SHIBA_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_SHIBA_DIR.textproto new file mode 100644 index 00000000..cd774e20 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_SHIBA_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_SHIBA_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_SHIBA_VERSION.textproto new file mode 100644 index 00000000..da9558b5 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_SHIBA_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_DIR.textproto b/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_DIR.textproto new file mode 100644 index 00000000..9ca2c160 --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_DIR" +value: { + string_value: "device/google/tangorpro-kernels/5.10/24Q3" +} diff --git a/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_VERSION.textproto b/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_VERSION.textproto new file mode 100644 index 00000000..059344fb --- /dev/null +++ b/flag_values/ap3a/RELEASE_KERNEL_TANGORPRO_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto b/flag_values/ap3a/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto new file mode 100644 index 00000000..b3927f1a --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION" +value: { + string_value: "2.042" +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto b/flag_values/ap3a/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto new file mode 100644 index 00000000..e94b4ac0 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_HENTAIGANA_FONT" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_LIBSQLITE3.textproto b/flag_values/ap3a/RELEASE_PACKAGE_LIBSQLITE3.textproto new file mode 100644 index 00000000..409f73bb --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_LIBSQLITE3.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_LIBSQLITE3" +value: { + string_value: "3440300" +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_NFC_STACK.textproto b/flag_values/ap3a/RELEASE_PACKAGE_NFC_STACK.textproto new file mode 100644 index 00000000..ea47794c --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_NFC_STACK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_NFC_STACK" +value: { + string_value: "com.android.nfcservices" +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_PROFILING_MODULE.textproto b/flag_values/ap3a/RELEASE_PACKAGE_PROFILING_MODULE.textproto new file mode 100644 index 00000000..9113a01b --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_PROFILING_MODULE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_PROFILING_MODULE" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto b/flag_values/ap3a/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto new file mode 100644 index 00000000..2857a233 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK" +value: { + bool_value: true +} diff --git a/flag_values/ap3a/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto b/flag_values/ap3a/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto new file mode 100644 index 00000000..90372b00 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VIRTUAL_CAMERA" +value: { + string_value: "virtual_camera" +} diff --git a/flag_values/ap3a/RELEASE_PLATFORM_SECURITY_PATCH.textproto b/flag_values/ap3a/RELEASE_PLATFORM_SECURITY_PATCH.textproto new file mode 100644 index 00000000..878b3408 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PLATFORM_SECURITY_PATCH.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_SECURITY_PATCH" +value: { + string_value: "2024-06-05" +} diff --git a/flag_values/ap3a/RELEASE_PLATFORM_VERSION.textproto b/flag_values/ap3a/RELEASE_PLATFORM_VERSION.textproto new file mode 100644 index 00000000..3a572393 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PLATFORM_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION" +value: { + string_value: "UP1A" +} diff --git a/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto new file mode 100644 index 00000000..a3b42677 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_CODENAMES" +value: { + string_value: "REL" +} diff --git a/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto new file mode 100644 index 00000000..1224b269 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES" +value: { + string_value: "REL,VanillaIceCream" +} diff --git a/flag_values/ap3a/RELEASE_PLATFORM_VERSION_CODENAME.textproto b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_CODENAME.textproto new file mode 100644 index 00000000..a3ef21d6 --- /dev/null +++ b/flag_values/ap3a/RELEASE_PLATFORM_VERSION_CODENAME.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_VERSION_CODENAME" +value: { + string_value: "REL" +} diff --git a/flag_values/ap3a/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto b/flag_values/ap3a/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto new file mode 100644 index 00000000..34952e63 --- /dev/null +++ b/flag_values/ap3a/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_REMOVE_LEGACY_EMOJI_FONT" +value: { + string_value: "True" +} diff --git a/flag_values/trunk/RELEASE_AVATAR_PICKER_APP.textproto b/flag_values/trunk/RELEASE_AVATAR_PICKER_APP.textproto new file mode 100644 index 00000000..7bd62f57 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVATAR_PICKER_APP.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVATAR_PICKER_APP" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto b/flag_values/trunk/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto new file mode 100644 index 00000000..8356aace --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ALLOW_PREINSTALLED_APPS" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto new file mode 100644 index 00000000..2bdd9242 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto new file mode 100644 index 00000000..8de1cceb --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DICE_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto new file mode 100644 index 00000000..609eba89 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto new file mode 100644 index 00000000..9336ad35 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto new file mode 100644 index 00000000..8bad15f7 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_REMOTE_ATTESTATION" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto new file mode 100644 index 00000000..cc2e08e5 --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VENDOR_MODULES" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto b/flag_values/trunk/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto new file mode 100644 index 00000000..a1a86a6d --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VIRT_CPUFREQ" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto b/flag_values/trunk/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto new file mode 100644 index 00000000..19b715ce --- /dev/null +++ b/flag_values/trunk/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_MICRODROID_KERNEL_VERSION" +value: { + string_value: "android15_66" +} diff --git a/flag_values/trunk/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto b/flag_values/trunk/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto new file mode 100644 index 00000000..4b74c779 --- /dev/null +++ b/flag_values/trunk/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_BOARD_API_LEVEL.textproto b/flag_values/trunk/RELEASE_BOARD_API_LEVEL.textproto new file mode 100644 index 00000000..4f8219df --- /dev/null +++ b/flag_values/trunk/RELEASE_BOARD_API_LEVEL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BOARD_API_LEVEL" +value: { + string_value: "202504" +} diff --git a/flag_values/trunk/RELEASE_CRASHRECOVERY_MODULE.textproto b/flag_values/trunk/RELEASE_CRASHRECOVERY_MODULE.textproto new file mode 100644 index 00000000..a417364c --- /dev/null +++ b/flag_values/trunk/RELEASE_CRASHRECOVERY_MODULE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_CRASHRECOVERY_MODULE" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto b/flag_values/trunk/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto new file mode 100644 index 00000000..9bc3d504 --- /dev/null +++ b/flag_values/trunk/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_CREATE_ACONFIG_STORAGE_FILE" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_DIR.textproto new file mode 100644 index 00000000..12f28c72 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_DIR" +value: { + string_value: "device/google/bluejay-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_VERSION.textproto new file mode 100644 index 00000000..06f87afb --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_BLUEJAY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_CHEETAH_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_CHEETAH_DIR.textproto new file mode 100644 index 00000000..06ced7c2 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_CHEETAH_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_CHEETAH_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_CHEETAH_VERSION.textproto new file mode 100644 index 00000000..91ce1257 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_CHEETAH_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_FELIX_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_FELIX_DIR.textproto new file mode 100644 index 00000000..5d419b08 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_FELIX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_DIR" +value: { + string_value: "device/google/felix-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_FELIX_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_FELIX_VERSION.textproto new file mode 100644 index 00000000..57340454 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_FELIX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_HUSKY_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_HUSKY_DIR.textproto new file mode 100644 index 00000000..e7ffd6e6 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_HUSKY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_HUSKY_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_HUSKY_VERSION.textproto new file mode 100644 index 00000000..0495469a --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_HUSKY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_LYNX_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_LYNX_DIR.textproto new file mode 100644 index 00000000..55be2701 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_LYNX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_DIR" +value: { + string_value: "device/google/lynx-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_LYNX_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_LYNX_VERSION.textproto new file mode 100644 index 00000000..e4bd2b10 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_LYNX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_ORIOLE_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_ORIOLE_DIR.textproto new file mode 100644 index 00000000..0fac5f32 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_ORIOLE_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_ORIOLE_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_ORIOLE_VERSION.textproto new file mode 100644 index 00000000..7ad5d835 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_ORIOLE_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_PANTHER_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_PANTHER_DIR.textproto new file mode 100644 index 00000000..64942b8c --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_PANTHER_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_PANTHER_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_PANTHER_VERSION.textproto new file mode 100644 index 00000000..ea95a2f4 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_PANTHER_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_RAVEN_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_RAVEN_DIR.textproto new file mode 100644 index 00000000..414c166a --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_RAVEN_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_RAVEN_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_RAVEN_VERSION.textproto new file mode 100644 index 00000000..3e125950 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_RAVEN_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_DIR.textproto new file mode 100644 index 00000000..387a7eb6 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto new file mode 100644 index 00000000..e68f552d --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_SHIBA_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_SHIBA_DIR.textproto new file mode 100644 index 00000000..f2d19137 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_SHIBA_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_SHIBA_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_SHIBA_VERSION.textproto new file mode 100644 index 00000000..da9558b5 --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_SHIBA_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_DIR.textproto b/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_DIR.textproto new file mode 100644 index 00000000..616fb9ec --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_DIR" +value: { + string_value: "device/google/tangorpro-kernels/5.10/trunk" +} diff --git a/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_VERSION.textproto b/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_VERSION.textproto new file mode 100644 index 00000000..059344fb --- /dev/null +++ b/flag_values/trunk/RELEASE_KERNEL_TANGORPRO_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto b/flag_values/trunk/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto new file mode 100644 index 00000000..746be4fd --- /dev/null +++ b/flag_values/trunk/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_LARGE_SYSTEM_PROPERTY_NODE" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto b/flag_values/trunk/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto new file mode 100644 index 00000000..b3927f1a --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION" +value: { + string_value: "2.042" +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto b/flag_values/trunk/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto new file mode 100644 index 00000000..e94b4ac0 --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_HENTAIGANA_FONT" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto b/flag_values/trunk/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto new file mode 100644 index 00000000..5aa4c932 --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_LIBSQLITE3.textproto b/flag_values/trunk/RELEASE_PACKAGE_LIBSQLITE3.textproto new file mode 100644 index 00000000..409f73bb --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_LIBSQLITE3.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_LIBSQLITE3" +value: { + string_value: "3440300" +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_NFC_STACK.textproto b/flag_values/trunk/RELEASE_PACKAGE_NFC_STACK.textproto new file mode 100644 index 00000000..ea47794c --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_NFC_STACK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_NFC_STACK" +value: { + string_value: "com.android.nfcservices" +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_PROFILING_MODULE.textproto b/flag_values/trunk/RELEASE_PACKAGE_PROFILING_MODULE.textproto new file mode 100644 index 00000000..9113a01b --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_PROFILING_MODULE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_PROFILING_MODULE" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto b/flag_values/trunk/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto new file mode 100644 index 00000000..2857a233 --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto b/flag_values/trunk/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto new file mode 100644 index 00000000..90372b00 --- /dev/null +++ b/flag_values/trunk/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VIRTUAL_CAMERA" +value: { + string_value: "virtual_camera" +} diff --git a/flag_values/trunk/RELEASE_PLATFORM_SECURITY_PATCH.textproto b/flag_values/trunk/RELEASE_PLATFORM_SECURITY_PATCH.textproto new file mode 100644 index 00000000..878b3408 --- /dev/null +++ b/flag_values/trunk/RELEASE_PLATFORM_SECURITY_PATCH.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_SECURITY_PATCH" +value: { + string_value: "2024-06-05" +} diff --git a/flag_values/trunk/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto b/flag_values/trunk/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto new file mode 100644 index 00000000..f48d0f3a --- /dev/null +++ b/flag_values/trunk/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_REMOVE_LEGACY_EMOJI_FONT" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto b/flag_values/trunk/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto new file mode 100644 index 00000000..7f8544c6 --- /dev/null +++ b/flag_values/trunk/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL" +value: { + bool_value: true +} diff --git a/flag_values/trunk/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto b/flag_values/trunk/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto new file mode 100644 index 00000000..2d78df25 --- /dev/null +++ b/flag_values/trunk/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVATAR_PICKER_APP.textproto b/flag_values/trunk_staging/RELEASE_AVATAR_PICKER_APP.textproto new file mode 100644 index 00000000..7bd62f57 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVATAR_PICKER_APP.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVATAR_PICKER_APP" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto b/flag_values/trunk_staging/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto new file mode 100644 index 00000000..8356aace --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ALLOW_PREINSTALLED_APPS" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto new file mode 100644 index 00000000..2bdd9242 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto new file mode 100644 index 00000000..8de1cceb --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DICE_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto new file mode 100644 index 00000000..609eba89 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto new file mode 100644 index 00000000..9336ad35 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_MULTI_TENANT_MICRODROID_VM" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto new file mode 100644 index 00000000..8bad15f7 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_REMOTE_ATTESTATION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_REMOTE_ATTESTATION" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto new file mode 100644 index 00000000..cc2e08e5 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VENDOR_MODULES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VENDOR_MODULES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto new file mode 100644 index 00000000..a1a86a6d --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_ENABLE_VIRT_CPUFREQ.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_VIRT_CPUFREQ" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto b/flag_values/trunk_staging/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto new file mode 100644 index 00000000..19b715ce --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_MICRODROID_KERNEL_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_MICRODROID_KERNEL_VERSION" +value: { + string_value: "android15_66" +} diff --git a/flag_values/trunk_staging/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto b/flag_values/trunk_staging/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto new file mode 100644 index 00000000..7bb7fc63 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto b/flag_values/trunk_staging/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto new file mode 100644 index 00000000..4b74c779 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_BOARD_API_LEVEL.textproto b/flag_values/trunk_staging/RELEASE_BOARD_API_LEVEL.textproto new file mode 100644 index 00000000..4f8219df --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_BOARD_API_LEVEL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_BOARD_API_LEVEL" +value: { + string_value: "202504" +} diff --git a/flag_values/trunk_staging/RELEASE_CRASHRECOVERY_MODULE.textproto b/flag_values/trunk_staging/RELEASE_CRASHRECOVERY_MODULE.textproto new file mode 100644 index 00000000..a417364c --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_CRASHRECOVERY_MODULE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_CRASHRECOVERY_MODULE" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto b/flag_values/trunk_staging/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto new file mode 100644 index 00000000..9bc3d504 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_CREATE_ACONFIG_STORAGE_FILE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_CREATE_ACONFIG_STORAGE_FILE" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_DIR.textproto new file mode 100644 index 00000000..12f28c72 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_DIR" +value: { + string_value: "device/google/bluejay-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_VERSION.textproto new file mode 100644 index 00000000..06f87afb --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_BLUEJAY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_BLUEJAY_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_DIR.textproto new file mode 100644 index 00000000..06ced7c2 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_VERSION.textproto new file mode 100644 index 00000000..91ce1257 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_CHEETAH_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_CHEETAH_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_DIR.textproto new file mode 100644 index 00000000..5d419b08 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_DIR" +value: { + string_value: "device/google/felix-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_VERSION.textproto new file mode 100644 index 00000000..57340454 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_FELIX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_FELIX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_DIR.textproto new file mode 100644 index 00000000..e7ffd6e6 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_VERSION.textproto new file mode 100644 index 00000000..0495469a --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_HUSKY_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_HUSKY_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_DIR.textproto new file mode 100644 index 00000000..55be2701 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_DIR" +value: { + string_value: "device/google/lynx-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_VERSION.textproto new file mode 100644 index 00000000..e4bd2b10 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_LYNX_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_LYNX_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_DIR.textproto new file mode 100644 index 00000000..0fac5f32 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_VERSION.textproto new file mode 100644 index 00000000..7ad5d835 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_ORIOLE_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_ORIOLE_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_DIR.textproto new file mode 100644 index 00000000..64942b8c --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_DIR" +value: { + string_value: "device/google/pantah-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_VERSION.textproto new file mode 100644 index 00000000..ea95a2f4 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_PANTHER_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_PANTHER_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_DIR.textproto new file mode 100644 index 00000000..414c166a --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_DIR" +value: { + string_value: "device/google/raviole-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_VERSION.textproto new file mode 100644 index 00000000..3e125950 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_RAVEN_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RAVEN_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_DIR.textproto new file mode 100644 index 00000000..387a7eb6 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto new file mode 100644 index 00000000..e68f552d --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_RIPCURRENT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_RIPCURRENT_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_DIR.textproto new file mode 100644 index 00000000..f2d19137 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_DIR" +value: { + string_value: "device/google/shusky-kernels/5.15/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_VERSION.textproto new file mode 100644 index 00000000..da9558b5 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_SHIBA_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_SHIBA_VERSION" +value: { + string_value: "5.15" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_DIR.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_DIR.textproto new file mode 100644 index 00000000..616fb9ec --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_DIR.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_DIR" +value: { + string_value: "device/google/tangorpro-kernels/5.10/trunk" +} diff --git a/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_VERSION.textproto b/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_VERSION.textproto new file mode 100644 index 00000000..059344fb --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_KERNEL_TANGORPRO_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_KERNEL_TANGORPRO_VERSION" +value: { + string_value: "5.10" +} diff --git a/flag_values/trunk_staging/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto b/flag_values/trunk_staging/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto new file mode 100644 index 00000000..746be4fd --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_LARGE_SYSTEM_PROPERTY_NODE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_LARGE_SYSTEM_PROPERTY_NODE" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_NDK_ABI_MONITORED.textproto b/flag_values/trunk_staging/RELEASE_NDK_ABI_MONITORED.textproto new file mode 100644 index 00000000..4f7a0493 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_NDK_ABI_MONITORED.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_NDK_ABI_MONITORED" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto new file mode 100644 index 00000000..b3927f1a --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_FLAG_EMOJI_FONT_VERSION" +value: { + string_value: "2.042" +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto new file mode 100644 index 00000000..e94b4ac0 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_HENTAIGANA_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_HENTAIGANA_FONT" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto new file mode 100644 index 00000000..5aa4c932 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_LIBANDROID_RUNTIME_PUNCH_HOLES" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_LIBSQLITE3.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_LIBSQLITE3.textproto new file mode 100644 index 00000000..409f73bb --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_LIBSQLITE3.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_LIBSQLITE3" +value: { + string_value: "3440300" +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_NFC_STACK.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_NFC_STACK.textproto new file mode 100644 index 00000000..ea47794c --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_NFC_STACK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_NFC_STACK" +value: { + string_value: "com.android.nfcservices" +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_PROFILING_MODULE.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_PROFILING_MODULE.textproto new file mode 100644 index 00000000..9113a01b --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_PROFILING_MODULE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_PROFILING_MODULE" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto new file mode 100644 index 00000000..2857a233 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VARIABLE_NOTO_SANS_CJK" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto b/flag_values/trunk_staging/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto new file mode 100644 index 00000000..90372b00 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PACKAGE_VIRTUAL_CAMERA.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PACKAGE_VIRTUAL_CAMERA" +value: { + string_value: "virtual_camera" +} diff --git a/flag_values/trunk_staging/RELEASE_PLATFORM_SECURITY_PATCH.textproto b/flag_values/trunk_staging/RELEASE_PLATFORM_SECURITY_PATCH.textproto new file mode 100644 index 00000000..878b3408 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_PLATFORM_SECURITY_PATCH.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_PLATFORM_SECURITY_PATCH" +value: { + string_value: "2024-06-05" +} diff --git a/flag_values/trunk_staging/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto b/flag_values/trunk_staging/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto new file mode 100644 index 00000000..f48d0f3a --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_REMOVE_LEGACY_EMOJI_FONT.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_REMOVE_LEGACY_EMOJI_FONT" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto b/flag_values/trunk_staging/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto new file mode 100644 index 00000000..1a62c24c --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_SELINUX_DATA_DATA_IGNORE.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_SELINUX_DATA_DATA_IGNORE" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto b/flag_values/trunk_staging/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto new file mode 100644 index 00000000..7f8544c6 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_SM_OPEN_DECLARED_PASSTHROUGH_HAL" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_UNLOCKED_STORAGE_API.textproto b/flag_values/trunk_staging/RELEASE_UNLOCKED_STORAGE_API.textproto new file mode 100644 index 00000000..8011ee5b --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_UNLOCKED_STORAGE_API.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_UNLOCKED_STORAGE_API" +value: { + bool_value: true +} diff --git a/flag_values/trunk_staging/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto b/flag_values/trunk_staging/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto new file mode 100644 index 00000000..2d78df25 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES" +value: { + bool_value: true +} diff --git a/release_config_map.textproto b/release_config_map.textproto new file mode 100644 index 00000000..7f1cbade --- /dev/null +++ b/release_config_map.textproto @@ -0,0 +1,4 @@ +default_containers: "product" +default_containers: "system" +default_containers: "system_ext" +default_containers: "vendor" diff --git a/release_configs/ap2a.textproto b/release_configs/ap2a.textproto new file mode 100644 index 00000000..9d984cc2 --- /dev/null +++ b/release_configs/ap2a.textproto @@ -0,0 +1,2 @@ +name: "ap2a" +aconfig_value_sets: "aconfig_value_set-aosp-ap2a" diff --git a/release_configs/ap3a.textproto b/release_configs/ap3a.textproto new file mode 100644 index 00000000..8a16a925 --- /dev/null +++ b/release_configs/ap3a.textproto @@ -0,0 +1,2 @@ +name: "ap3a" +aconfig_value_sets: "aconfig_value_set-aosp-next" diff --git a/release_configs/root.textproto b/release_configs/root.textproto new file mode 100644 index 00000000..5d4297d7 --- /dev/null +++ b/release_configs/root.textproto @@ -0,0 +1,2 @@ +name: "root" +aconfig_value_sets: "aconfig_values-aosp-root-all" diff --git a/release_configs/trunk.textproto b/release_configs/trunk.textproto new file mode 100644 index 00000000..895d5f17 --- /dev/null +++ b/release_configs/trunk.textproto @@ -0,0 +1,2 @@ +name: "trunk" +aconfig_value_sets: "aconfig_value_set-aosp-trunk" diff --git a/release_configs/trunk_food.textproto b/release_configs/trunk_food.textproto new file mode 100644 index 00000000..00c6758f --- /dev/null +++ b/release_configs/trunk_food.textproto @@ -0,0 +1,4 @@ +name: "trunk_food" +inherits: "trunk" +aconfig_value_sets: "aconfig_value_set-aosp-trunk_food" +aconfig_flags_only: true diff --git a/release_configs/trunk_staging.textproto b/release_configs/trunk_staging.textproto new file mode 100644 index 00000000..dd6a7abf --- /dev/null +++ b/release_configs/trunk_staging.textproto @@ -0,0 +1,2 @@ +name: "trunk_staging" +aconfig_value_sets: "aconfig_value_set-aosp-trunk_staging" |