Home
last modified time | relevance | path

Searched refs:HostSecondaryArch (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Darch.go1578 …} else if variables.HostSecondaryArch != nil && arch.ArchType.Name == *variables.HostSecondaryArch
1607 if variables.HostSecondaryArch != nil && *variables.HostSecondaryArch != "" {
1608 …addTarget(targetConfig{os: config.BuildOS, archName: *variables.HostSecondaryArch, nativeBridgeEna…
Dvariable.go234 HostSecondaryArch *string `json:",omitempty"` member
476 HostSecondaryArch: stringPtr("x86"),
/build/make/core/
Dsoong_config.mk77 $(call add_json_str, HostSecondaryArch, $(HOST_2ND_ARCH))