diff options
| author | 2023-08-14 14:12:27 +0000 | |
|---|---|---|
| committer | 2023-08-14 14:12:27 +0000 | |
| commit | 1f82aea32328fb60846936e3435b9fb6b7475369 (patch) | |
| tree | b9635627652f80789ab90e307e62cf2c79ae3172 /android/variable.go | |
| parent | 7ce8bf075776649ac3d77c239fcf96597d618424 (diff) | |
| parent | 3f65a416b8b2d27fbcd72061f6e3d00aff185687 (diff) | |
Merge "Support default-permission in aconfig_declarations" into main
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 664ead7cc..bae2adcb2 100644 --- a/android/variable.go +++ b/android/variable.go @@ -482,6 +482,8 @@ type ProductVariables struct { ReleaseVersion string `json:",omitempty"` ReleaseAconfigValueSets []string `json:",omitempty"` + ReleaseAconfigFlagDefaultPermission string `json:",omitempty"` + KeepVndk *bool `json:",omitempty"` } |