diff options
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index 0df5272c0..aed145c96 100644 --- a/android/variable.go +++ b/android/variable.go @@ -319,8 +319,9 @@ type productVariables struct { Ndk_abis *bool `json:",omitempty"` Exclude_draft_ndk_apis *bool `json:",omitempty"` - Flatten_apex *bool `json:",omitempty"` - Aml_abis *bool `json:",omitempty"` + Flatten_apex *bool `json:",omitempty"` + CompressedApex *bool `json:",omitempty"` + Aml_abis *bool `json:",omitempty"` DexpreoptGlobalConfig *string `json:",omitempty"` |