Loading android/variable.go +6 −0 Original line number Original line Diff line number Diff line Loading @@ -95,6 +95,10 @@ type variableProperties struct { Cflags []string Cflags []string } } Device_page_size_agnostic struct { Cflags []string `android:"arch_variant"` } `android:"arch_variant"` Override_rs_driver struct { Override_rs_driver struct { Cflags []string Cflags []string } } Loading Loading @@ -275,6 +279,7 @@ type ProductVariables struct { Safestack *bool `json:",omitempty"` Safestack *bool `json:",omitempty"` HostStaticBinaries *bool `json:",omitempty"` HostStaticBinaries *bool `json:",omitempty"` Binder32bit *bool `json:",omitempty"` Binder32bit *bool `json:",omitempty"` Device_page_size_agnostic *bool `json:",omitempty"` UseGoma *bool `json:",omitempty"` UseGoma *bool `json:",omitempty"` UseRBE *bool `json:",omitempty"` UseRBE *bool `json:",omitempty"` UseRBEJAVAC *bool `json:",omitempty"` UseRBEJAVAC *bool `json:",omitempty"` Loading Loading @@ -529,6 +534,7 @@ func (v *ProductVariables) SetDefaultConfig() { Safestack: boolPtr(false), Safestack: boolPtr(false), TrimmedApex: boolPtr(false), TrimmedApex: boolPtr(false), Build_from_text_stub: boolPtr(false), Build_from_text_stub: boolPtr(false), Device_page_size_agnostic: boolPtr(false), BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, Loading Loading
android/variable.go +6 −0 Original line number Original line Diff line number Diff line Loading @@ -95,6 +95,10 @@ type variableProperties struct { Cflags []string Cflags []string } } Device_page_size_agnostic struct { Cflags []string `android:"arch_variant"` } `android:"arch_variant"` Override_rs_driver struct { Override_rs_driver struct { Cflags []string Cflags []string } } Loading Loading @@ -275,6 +279,7 @@ type ProductVariables struct { Safestack *bool `json:",omitempty"` Safestack *bool `json:",omitempty"` HostStaticBinaries *bool `json:",omitempty"` HostStaticBinaries *bool `json:",omitempty"` Binder32bit *bool `json:",omitempty"` Binder32bit *bool `json:",omitempty"` Device_page_size_agnostic *bool `json:",omitempty"` UseGoma *bool `json:",omitempty"` UseGoma *bool `json:",omitempty"` UseRBE *bool `json:",omitempty"` UseRBE *bool `json:",omitempty"` UseRBEJAVAC *bool `json:",omitempty"` UseRBEJAVAC *bool `json:",omitempty"` Loading Loading @@ -529,6 +534,7 @@ func (v *ProductVariables) SetDefaultConfig() { Safestack: boolPtr(false), Safestack: boolPtr(false), TrimmedApex: boolPtr(false), TrimmedApex: boolPtr(false), Build_from_text_stub: boolPtr(false), Build_from_text_stub: boolPtr(false), Device_page_size_agnostic: boolPtr(false), BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, Loading