Searched refs:Linux (Results 1 – 25 of 27) sorted by relevance
12
/build/soong/rust/config/ |
D | x86_linux_host.go | 36 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory) 37 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory)
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 5 Linux)
|
/build/soong/ |
D | build_test.bash | 39 Linux)
|
/build/soong/cc/config/ |
D | x86_linux_host.go | 264 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory) 265 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory)
|
D | global.go | 149 if android.BuildOs == android.Linux {
|
/build/soong/scripts/ |
D | setup_go_workspace_for_soong.sh | 275 Linux) 314 Linux)
|
D | microfactory.bash | 25 Linux)
|
D | jar-args.sh | 23 Linux)
|
D | setup-android-build.sh | 39 [[ "$(uname)" == Linux ]] || die "This setup runs only on Linux\n"
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 239 Linux struct { 332 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...) 333 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...) 362 Linux struct { 435 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...) 436 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
|
/build/soong/sdk/ |
D | sdk_test.go | 28 if android.BuildOs != android.Linux { 30 …log.Printf("Skipping as sdk snapshot generation is only supported on %s not %s", android.Linux, an…
|
/build/soong/android/ |
D | arch.go | 546 return Linux 559 Linux = NewOsType("linux_glibc", Host, false) var 571 Linux: []ArchType{X86, X86_64}, 619 func (os OsType) Linux() bool { func 620 return os == Android || os == Linux || os == LinuxBionic 1037 if os.Linux() { 1208 if os.Linux() { 1357 if os.Linux() && arch.ArchType != Common {
|
D | paths_test.go | 257 hostTarget := Target{Os: Linux} 637 forceOS: &Linux,
|
D | androidmk.go | 348 if amod.Os() == Linux || amod.Os() == LinuxBionic {
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sdkpage.cs | 161 <td>Linux 64-bit (x86)</td> 305 <td>Linux</td> 376 <td>Linux</td>
|
/build/make/tools/acp/ |
D | README | 19 Linux:
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 121 <td>Linux 32/64-bit (x86)</td>
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 66 // The host os extra information, eg. Linux-4.17.0-3rodete2-amd64-x86_64-Debian-GNU.
|
/build/soong/apex/ |
D | androidmk.go | 171 if fi.module.Target().Os == android.Linux || fi.module.Target().Os == android.LinuxBionic {
|
/build/ |
D | envsetup.sh | 238 Linux) 264 Linux)
|
/build/make/ |
D | envsetup.sh | 238 Linux) 264 Linux)
|
/build/soong/cc/ |
D | binary.go | 215 if ctx.Os() == android.Linux {
|
D | sanitize.go | 341 if !ctx.Os().Linux() { 783 if c.Os() == android.Linux {
|
D | test.go | 252 case android.Linux:
|
/build/make/core/ |
D | envsetup.mk | 122 ifneq (,$(findstring Linux,$(UNAME)))
|
12