diff options
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index b6e168cbc..d0a23aaa1 100644 --- a/android/variable.go +++ b/android/variable.go @@ -225,6 +225,7 @@ type productVariables struct { Allow_missing_dependencies *bool `json:",omitempty"` Unbundled_build *bool `json:",omitempty"` Unbundled_build_apps *bool `json:",omitempty"` + Unbundled_build_image *bool `json:",omitempty"` Always_use_prebuilt_sdks *bool `json:",omitempty"` Skip_boot_jars_check *bool `json:",omitempty"` Malloc_not_svelte *bool `json:",omitempty"` @@ -298,8 +299,6 @@ type productVariables struct { Override_rs_driver *string `json:",omitempty"` - Fuchsia *bool `json:",omitempty"` - DeviceKernelHeaders []string `json:",omitempty"` ExtraVndkVersions []string `json:",omitempty"` |