Searched refs:Fuchsia (Results 1 – 14 of 14) 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 | 156 if ctx.Config().Fuchsia() {
|
/build/soong/cc/ |
D | stl.go | 94 } else if ctx.Fuchsia() { 274 android.Fuchsia: []string{"-lc", "-lunwind"},
|
D | testing.go | 172 if os == android.Fuchsia {
|
D | linker.go | 279 if ctx.Fuchsia() { 371 if !ctx.toolchain().Bionic() && !ctx.Fuchsia() { 390 if ctx.Fuchsia() {
|
D | binary.go | 203 } else if !ctx.Fuchsia() {
|
D | cc_test.go | 183 ctx := testCcWithConfigForOs(t, bp, config, android.Fuchsia) 220 ctx := testCcWithConfigForOs(t, bp, config, android.Fuchsia)
|
D | cc.go | 656 if ctx.ctx.Device() && !ctx.useVndk() && !ctx.inRecovery() && !ctx.ctx.Fuchsia() { 734 if ctx.ctx.Fuchsia() {
|
D | sanitize.go | 193 if ctx.Fuchsia() {
|
/build/soong/android/ |
D | config.go | 235 Fuchsia: []Target{ 236 {Fuchsia, Arch{ArchType: Arm64, ArchVariant: "", Native: true}}, 626 func (c *config) Fuchsia() bool { func 627 return Bool(c.productVariables.Fuchsia)
|
D | arch.go | 602 Fuchsia = NewOsType("fuchsia", Device, false) var 610 Fuchsia: []ArchType{Arm64, X86_64}, 1432 if Bool(variables.Fuchsia) { 1433 target = Fuchsia
|
D | variable.go | 252 Fuchsia *bool `json:",omitempty"` member
|
D | module.go | 68 Fuchsia() bool methodSpec 1194 func (a *androidBaseContextImpl) Fuchsia() bool { func 1195 return a.target.Os == Fuchsia
|