Searched refs:Native (Results 1 – 7 of 7) sorted by relevance
/build/soong/python/ |
D | installer.go | 55 if !ctx.Host() && !ctx.Arch().Native {
|
/build/soong/cc/ |
D | installer.go | 69 if !ctx.Host() && !ctx.Arch().Native {
|
D | binary.go | 443 …if isBionic(ctx.baseModuleName()) && ctx.Arch().Native && ctx.apexName() == "" && !ctx.inRecovery(…
|
D | library.go | 941 …if isBionic(ctx.baseModuleName()) && !library.buildStubs() && ctx.Arch().Native && !ctx.inRecovery…
|
/build/soong/android/ |
D | arch.go | 530 Native bool member 1446 deviceArches[1].Arch.Native = false 1577 arch.Native = false 1606 Native: true,
|
D | config.go | 236 {Fuchsia, Arch{ArchType: Arm64, ArchVariant: "", Native: true}}, 253 …{Android, Arch{ArchType: Arm64, ArchVariant: "armv8-a", Native: true, Abi: []string{"arm64-v8a"}}}, 254 …{Android, Arch{ArchType: Arm, ArchVariant: "armv7-a-neon", Native: true, Abi: []string{"armeabi-v7…
|
/build/soong/apex/ |
D | apex.go | 596 if !cc.Arch().Native { 691 if !cc.Arch().Native {
|