diff options
| author | 2023-06-23 04:09:48 +0000 | |
|---|---|---|
| committer | 2023-06-23 04:09:48 +0000 | |
| commit | 3b7411adc792c912855cd8cab67152ad5b7f81cd (patch) | |
| tree | d5a23f1bf2eaada2c51745e075888da454c02c5c /android/variable.go | |
| parent | 896c6b09dcdb60d12dd2e175a61616a99de7968b (diff) | |
| parent | eec1b3fe267af06e41c140590cc8bbb9b823fe52 (diff) | |
Merge "Remove "flattened" apexes"
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/variable.go b/android/variable.go index 00315bc1a..3bec854ea 100644 --- a/android/variable.go +++ b/android/variable.go @@ -175,10 +175,6 @@ type variableProperties struct { Whole_static_libs []string `android:"arch_variant"` } `android:"arch_variant"` - Flatten_apex struct { - Enabled *bool - } - Native_coverage struct { Src *string `android:"arch_variant"` Srcs []string `android:"arch_variant"` @@ -397,7 +393,6 @@ type productVariables struct { Ndk_abis *bool `json:",omitempty"` TrimmedApex *bool `json:",omitempty"` - Flatten_apex *bool `json:",omitempty"` ForceApexSymlinkOptimization *bool `json:",omitempty"` CompressedApex *bool `json:",omitempty"` Aml_abis *bool `json:",omitempty"` |