Searched refs:DeviceSecondaryArch (Results 1 – 6 of 6) sorted by relevance
127 if !ctx.Config().Android64() || ctx.DeviceConfig().DeviceSecondaryArch() != "" {
1644 if variables.DeviceSecondaryArch != nil && *variables.DeviceSecondaryArch != "" {1647 archName: *variables.DeviceSecondaryArch,1670 if variables.DeviceSecondaryArch != nil && *variables.DeviceSecondaryArch != "" &&1679 nativeBridgeHostArchName: variables.DeviceSecondaryArch,
216 DeviceSecondaryArch *string `json:",omitempty"` member483 DeviceSecondaryArch: stringPtr("arm"),
416 config.TestProductVariables.DeviceSecondaryArch = proptools.StringPtr("arm")1501 func (c *deviceConfig) DeviceSecondaryArch() string { func1502 return String(c.config.productVariables.DeviceSecondaryArch)
113 arch = local_vars.get("DeviceSecondaryArch")
56 $(call add_json_str, DeviceSecondaryArch, $(TARGET_2ND_ARCH))