diff options
author | 2024-11-26 21:04:50 +0000 | |
---|---|---|
committer | 2024-11-26 21:05:05 +0000 | |
commit | df3305f9e71c7686b1b17c9e15d3f583c17da574 (patch) | |
tree | 171c1ec128a79b95249941166356f77d2e2bc44c | |
parent | 2eaf16ecf8fbdbdabc8576b06a5903281e49f053 (diff) |
Add RELEASE_USE_DEX_V41
This will be used to control R8 output.
Test: m
Change-Id: I466d4814b91714152e54031377cb179334706595
-rw-r--r-- | flag_declarations/RELEASE_USE_DEX_V41.textproto | 8 | ||||
-rw-r--r-- | flag_values/trunk_staging/RELEASE_USE_DEX_V41.textproto | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/flag_declarations/RELEASE_USE_DEX_V41.textproto b/flag_declarations/RELEASE_USE_DEX_V41.textproto new file mode 100644 index 00000000..e4ec7e55 --- /dev/null +++ b/flag_declarations/RELEASE_USE_DEX_V41.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_USE_DEX_V41" +namespace: "android_UNKNOWN" +description: "feature flag for enabling new DEX file format (v41)" +workflow: LAUNCH +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" diff --git a/flag_values/trunk_staging/RELEASE_USE_DEX_V41.textproto b/flag_values/trunk_staging/RELEASE_USE_DEX_V41.textproto new file mode 100644 index 00000000..c8800947 --- /dev/null +++ b/flag_values/trunk_staging/RELEASE_USE_DEX_V41.textproto @@ -0,0 +1,4 @@ +name: "RELEASE_USE_DEX_V41" +value: { + bool_value: false +} |