Home
last modified time | relevance | path

Searched refs:Unbundled_build (Results 1 – 6 of 6) sorted by relevance

/build/soong/java/
Dsdk_test.go279 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
306 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
332 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
Dsdk_library.go403 Unbundled_build struct {
423 props.Product_variables.Unbundled_build.Enabled = proptools.BoolPtr(false)
Dapp_test.go1119 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
/build/soong/android/
Dvariable.go41 Unbundled_build struct {
188 Unbundled_build *bool `json:",omitempty"` member
Dconfig.go619 return Bool(c.productVariables.Unbundled_build)
623 …return Bool(c.productVariables.Unbundled_build) && !Bool(c.productVariables.Unbundled_build_sdks_f…
/build/make/core/
Dsoong_config.mk43 $(call add_json_bool, Unbundled_build, $(TARGET_BUILD_APPS))