Searched refs:Fuchsia (Results 1 – 15 of 15) sorted by relevance
/build/soong/cc/config/ |
D | arm64_fuchsia_device.go | 100 registerToolchainFactory(android.Fuchsia, android.Arm64, arm64FuchsiaToolchainFactory)
|
D | x86_64_fuchsia_device.go | 105 registerToolchainFactory(android.Fuchsia, android.X86_64, fuchsiaToolchainFactory)
|
D | global.go | 183 if ctx.Config().Fuchsia() {
|
/build/soong/cc/ |
D | testing.go | 450 if os == android.Fuchsia { 551 if os == android.Fuchsia {
|
D | linker.go | 311 if ctx.Fuchsia() { 402 if !ctx.toolchain().Bionic() && !ctx.Fuchsia() { 421 if ctx.Fuchsia() {
|
D | stl.go | 94 } else if ctx.Fuchsia() {
|
D | binary.go | 219 } else if !ctx.Fuchsia() {
|
D | cc_test.go | 144 config := TestConfig(buildDir, android.Fuchsia, nil, bp, nil) 181 config := TestConfig(buildDir, android.Fuchsia, nil, bp, nil)
|
D | sanitize.go | 213 if ctx.Fuchsia() {
|
D | cc.go | 1225 if ctx.ctx.Fuchsia() {
|
/build/soong/android/ |
D | arch.go | 564 Fuchsia = NewOsType("fuchsia", Device, false) var 576 Fuchsia: []ArchType{Arm64, X86_64}, 1512 if Bool(variables.Fuchsia) { 1513 target = Fuchsia
|
D | config.go | 276 Fuchsia: []Target{ 277 …{Fuchsia, Arch{ArchType: Arm64, ArchVariant: "", Abi: []string{"arm64-v8a"}}, NativeBridgeDisabled… 740 func (c *config) Fuchsia() bool { func 741 return Bool(c.productVariables.Fuchsia)
|
D | variable.go | 292 Fuchsia *bool `json:",omitempty"` member
|
D | module.go | 165 Fuchsia() bool methodSpec 1925 func (b *baseModuleContext) Fuchsia() bool { func 1926 return b.os == Fuchsia
|
/build/soong/sdk/ |
D | update.go | 1257 if osType.Class == android.Device && osType != android.Fuchsia {
|