Searched refs:DeviceArch (Results 1 – 10 of 10) sorted by relevance
/build/soong/cc/ |
D | vndk.go | 593 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch()) 747 …zipPath := android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().DeviceArch()… 751 …:= android.PathForOutput(ctx, snapshotDir, "android-vndk-"+ctx.DeviceConfig().DeviceArch()+"_list")
|
D | vendor_snapshot.go | 312 if config.DeviceArch() != p.arch() { 421 if config.DeviceArch() != p.arch() { 640 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch())
|
D | ccdeps.go | 195 if ctx.DeviceConfig().DeviceArch() != ccModule.ModuleBase.Arch().ArchType.Name {
|
/build/soong/android/ |
D | variable.go | 170 DeviceArch *string `json:",omitempty"` member 377 DeviceArch: stringPtr("arm64"),
|
D | arch.go | 1510 if variables.DeviceArch != nil && *variables.DeviceArch != "" { 1516 addTarget(target, *variables.DeviceArch, variables.DeviceArchVariant, 1528 variables.NativeBridgeAbi, NativeBridgeEnabled, variables.DeviceArch,
|
D | config.go | 310 config.TestProductVariables.DeviceArch = proptools.StringPtr("arm64") 1255 func (c *deviceConfig) DeviceArch() string { func 1256 return String(c.config.productVariables.DeviceArch)
|
/build/make/core/ |
D | soong_config.mk | 51 $(call add_json_str, DeviceArch, $(TARGET_ARCH))
|
/build/soong/java/ |
D | app.go | 129 result := []string{abiName("TARGET_ARCH", ctx.DeviceConfig().DeviceArch())} 755 …a.installDir = android.PathForModuleInstall(ctx, a.installApkName, ctx.DeviceConfig().DeviceArch()) 1479 …installDir = android.PathForModuleInstall(ctx, a.BaseModuleName(), ctx.DeviceConfig().DeviceArch())
|
D | app_test.go | 219 config.TestProductVariables.DeviceArch = test.deviceArch
|
/build/soong/apex/ |
D | apex_test.go | 5747 config.TestProductVariables.DeviceArch = proptools.StringPtr("arm")
|