Searched refs:HostSecondaryArch (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | variable.go | 195 HostSecondaryArch *string `json:",omitempty"` member 375 HostSecondaryArch: stringPtr("x86"),
|
D | arch.go | 1485 if variables.HostSecondaryArch != nil && *variables.HostSecondaryArch != "" { 1486 addTarget(BuildOs, *variables.HostSecondaryArch, nil, nil, nil, NativeBridgeDisabled, nil, nil)
|
/build/make/core/ |
D | soong_config.mk | 74 $(call add_json_str, HostSecondaryArch, $(HOST_2ND_ARCH))
|