Loading android/config.go +0 −4 Original line number Diff line number Diff line Loading @@ -1948,10 +1948,6 @@ func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool { return c.config.productVariables.BuildBrokenVendorPropertyNamespace } func (c *deviceConfig) BuildBrokenVendorSeappUsesCoredomain() bool { return c.config.productVariables.BuildBrokenVendorSeappUsesCoredomain } func (c *deviceConfig) BuildBrokenInputDir(name string) bool { return InList(name, c.config.productVariables.BuildBrokenInputDirModules) } Loading android/variable.go +10 −11 Original line number Diff line number Diff line Loading @@ -452,7 +452,6 @@ type ProductVariables struct { BuildBrokenTrebleSyspropNeverallow bool `json:",omitempty"` BuildBrokenUsesSoongPython2Modules bool `json:",omitempty"` BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` BuildBrokenVendorSeappUsesCoredomain bool `json:",omitempty"` BuildBrokenInputDirModules []string `json:",omitempty"` BuildWarningBadOptionalUsesLibsAllowlist []string `json:",omitempty"` Loading ui/build/dumpvars.go +0 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,6 @@ func runMakeProductConfig(ctx Context, config Config) { "DEFAULT_ERROR_BUILD_MODULE_TYPES", "BUILD_BROKEN_PREBUILT_ELF_FILES", "BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW", "BUILD_BROKEN_VENDOR_SEAPP_USES_COREDOMAIN", "BUILD_BROKEN_USES_BUILD_COPY_HEADERS", "BUILD_BROKEN_USES_BUILD_EXECUTABLE", "BUILD_BROKEN_USES_BUILD_FUZZ_TEST", Loading Loading
android/config.go +0 −4 Original line number Diff line number Diff line Loading @@ -1948,10 +1948,6 @@ func (c *deviceConfig) BuildBrokenVendorPropertyNamespace() bool { return c.config.productVariables.BuildBrokenVendorPropertyNamespace } func (c *deviceConfig) BuildBrokenVendorSeappUsesCoredomain() bool { return c.config.productVariables.BuildBrokenVendorSeappUsesCoredomain } func (c *deviceConfig) BuildBrokenInputDir(name string) bool { return InList(name, c.config.productVariables.BuildBrokenInputDirModules) } Loading
android/variable.go +10 −11 Original line number Diff line number Diff line Loading @@ -452,7 +452,6 @@ type ProductVariables struct { BuildBrokenTrebleSyspropNeverallow bool `json:",omitempty"` BuildBrokenUsesSoongPython2Modules bool `json:",omitempty"` BuildBrokenVendorPropertyNamespace bool `json:",omitempty"` BuildBrokenVendorSeappUsesCoredomain bool `json:",omitempty"` BuildBrokenInputDirModules []string `json:",omitempty"` BuildWarningBadOptionalUsesLibsAllowlist []string `json:",omitempty"` Loading
ui/build/dumpvars.go +0 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,6 @@ func runMakeProductConfig(ctx Context, config Config) { "DEFAULT_ERROR_BUILD_MODULE_TYPES", "BUILD_BROKEN_PREBUILT_ELF_FILES", "BUILD_BROKEN_TREBLE_SYSPROP_NEVERALLOW", "BUILD_BROKEN_VENDOR_SEAPP_USES_COREDOMAIN", "BUILD_BROKEN_USES_BUILD_COPY_HEADERS", "BUILD_BROKEN_USES_BUILD_EXECUTABLE", "BUILD_BROKEN_USES_BUILD_FUZZ_TEST", Loading