/build/make/core/ |
D | aux_config.mk | 43 define aux-variant-setup-paths 67 define aux-variant-load-env 95 define aux-variant-import-from-pair 101 $(call aux-variant-setup-paths,$(_name)) \ 123 …'$(_aioc_os)' OS config file [$(notdir $(_aioc_os_cfg))] required by AUX variant '$(1)' does not e… 135 define aux-variant-validate 140 $(if $(_missing),$(error AUX variant $(1) must define vars: $(_missing)))
|
D | main.mk | 200 $(info Invalid variant: $(TARGET_BUILD_VARIANT)) 924 define link-type-aux-variant 948 define link-type-name-variant 975 … $(foreach v,$(available_variants),$(info $(space)$(space)$(call link-type-name-variant,$(v)))))\ 1016 $(eval _ltf_aux_variant:=$(link-type-aux-variant))\ 1017 $(if $(_ltf_aux_variant),$(call aux-variant-load-env,$(_ltf_aux_variant)))\ 1019 $(if $(_ltf_aux_variant),$(call aux-variant-load-env,none))\
|
D | product_config.mk | 114 $(error "tests" has been deprecated as a build variant. Use it as a build goal instead.)
|
D | product.mk | 66 $(error $(LOCAL_DIR): $(choice): Invalid variant: $(word 2,$(_parts)))) \
|
/build/soong/ui/build/ |
D | config.go | 330 func (c *configImpl) Lunch(ctx Context, product, variant string) { 331 if variant != "eng" && variant != "userdebug" && variant != "user" { 332 ctx.Fatalf("Invalid variant %q. Must be one of 'user', 'userdebug' or 'eng'", variant) 336 c.environ.Set("TARGET_BUILD_VARIANT", variant) 343 func (c *configImpl) Tapas(ctx Context, apps []string, arch, variant string) { 347 if variant == "" { 348 variant = "eng" 351 if variant != "eng" && variant != "userdebug" && variant != "user" { 352 ctx.Fatalf("Invalid variant %q. Must be one of 'user', 'userdebug' or 'eng'", variant) 374 c.environ.Set("TARGET_BUILD_VARIANT", variant)
|
/build/soong/cc/ |
D | cc_test.go | 1595 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… 1597 module := ctx.ModuleForTests(moduleName, variant).Module().(*Module) 1627 variant := "android_arm64_armv8-a_core_static" 1628 moduleA := ctx.ModuleForTests("a", variant).Module().(*Module) 1630 expected := getOutputPaths(ctx, variant, []string{"c", "b", "d"}) 1661 variant := "android_arm64_armv8-a_core_static" 1662 moduleA := ctx.ModuleForTests("a", variant).Module().(*Module) 1664 expected := getOutputPaths(ctx, variant, []string{"c", "b"}) 1773 variant := "android_arm64_armv8-a_core_shared" 1775 module := ctx.ModuleForTests("libvendor_available2", variant).Module().(*Module) [all …]
|
/build/make/ |
D | Usage.txt | 12 # Select the device and variant to target. If no argument is given, it 14 lunch [<product>-<variant>] # Selects the device and variant to target. 20 <variant> is one of "user", "userdebug", or "eng", and controls the 27 for the configured product and variant. 32 m PRODUCT-<product>-<variant> 86 TARGET_BUILD_VARIANT The <variant> to build # as described above
|
D | envsetup.sh | 8 Selects <product_name> as the product to build, and <build_variant> as the variant to 623 local product variant_and_version variant version 628 variant=${variant_and_version%%-*} 629 if [ "$variant" != "$variant_and_version" ]; then 642 TARGET_BUILD_VARIANT=$variant \ 689 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)" 702 if [ $(echo $variant | wc -w) -gt 1 ]; then 703 echo "tapas: Error: Multiple build variants supplied: $variant" 719 if [ -z "$variant" ]; then 720 variant=eng [all …]
|
D | buildspec.mk.default | 30 # Choose a variant to build. If you don't pick one, the default is eng.
|
/build/soong/cc/config/ |
D | mips64_device.go | 73 for variant, cflags := range mips64ArchVariantCflags { 74 pctx.StaticVariable("Mips64"+variant+"VariantClangCflags",
|
D | mips_device.go | 108 for variant, cflags := range mipsArchVariantCflags { 109 pctx.StaticVariable("Mips"+variant+"VariantClangCflags",
|
D | x86_device.go | 124 for variant, cflags := range x86ArchVariantCflags { 125 pctx.StaticVariable("X86"+variant+"VariantClangCflags",
|
D | x86_64_device.go | 114 for variant, cflags := range x86_64ArchVariantCflags { 115 pctx.StaticVariable("X86_64"+variant+"VariantClangCflags",
|
/build/soong/java/ |
D | sdk_test.go | 219 variant := "android_common" 221 variant = android.BuildOs.String() + "_common" 252 javac := ctx.ModuleForTests("foo", variant).Rule("javac") 290 aidl := ctx.ModuleForTests("foo", variant).Rule("aidl") 314 javac := ctx.ModuleForTests("foo", variant).Rule("javac")
|
D | app_test.go | 935 variant := ctx.ModuleForTests("foo", expected.variantName) 938 outputs := variant.AllOutputs() 952 signapk := variant.Output("foo.apk") 959 mod := variant.Module().(*AndroidApp) 966 res := variant.Output("package-res.apk")
|
/build/soong/python/ |
D | python_test.go | 387 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip … argument 389 module := ctx.ModuleForTests(name, variant) 403 `binary "%s" variant "%s" has unexpected pyRunfiles: %q!`, 411 `binary "%s" variant "%s" has unexpected srcsZip: %q!`, 422 `binary "%s" variant "%s" has unexpected depsSrcsZips: %q!`,
|
/build/make/core/combo/ |
D | TARGET_linux-mips64.mk | 38 $(error Unknown MIPS architecture variant: $(TARGET_ARCH_VARIANT))
|
D | TARGET_linux-mips.mk | 38 $(error Unknown MIPS architecture variant: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT))
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 40 // The target build variant information, eg. eng. 53 // The target arch variant information, eg. armv7-a-neon. 56 // The target cpu variant information, eg. generic.
|
/build/soong/sysprop/ |
D | sysprop_test.go | 297 for _, variant := range []string{ 308 ctx.ModuleForTests("libsysprop-platform", variant) 309 ctx.ModuleForTests("libsysprop-vendor", variant)
|
/build/ |
D | envsetup.sh | 8 Selects <product_name> as the product to build, and <build_variant> as the variant to 623 local product variant_and_version variant version 628 variant=${variant_and_version%%-*} 629 if [ "$variant" != "$variant_and_version" ]; then 642 TARGET_BUILD_VARIANT=$variant \ 689 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)" 702 if [ $(echo $variant | wc -w) -gt 1 ]; then 703 echo "tapas: Error: Multiple build variants supplied: $variant" 719 if [ -z "$variant" ]; then 720 variant=eng [all …]
|
D | buildspec.mk.default | 30 # Choose a variant to build. If you don't pick one, the default is eng.
|
/build/soong/android/ |
D | testing.go | 75 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule { 78 if ctx.ModuleName(m) == name && ctx.ModuleSubDir(m) == variant { 91 "\nall modules: %v", name, variant, allModuleNames))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …t-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{verti…
|
/build/blueprint/ |
D | context.go | 178 variant variationMap member 1174 newVariant := origModule.variant.clone() 1181 newModule.variant = newVariant 1218 if m.variant[mutatorName] == variationName { 1238 func (c *Context) prettyPrintVariant(variant variationMap) string { 1239 names := make([]string, 0, len(variant)) 1241 if v, ok := variant[m]; ok { 1403 if m.variant.equal(module.dependencyVariant) { 1437 variants[i] = c.prettyPrintVariant(mod.variant) 1473 variants[i] = c.prettyPrintVariant(mod.variant) [all …]
|