Searched refs:Linux (Results 1 – 25 of 31) sorted by relevance
12
/build/bazel/platforms/ |
D | BUILD.bazel | 16 # Linux is the OS 17 # for the Linux kernel plus the glibc runtime. 34 # linux_bionic is the OS for the Linux kernel plus the Bionic libc runtime, but 78 # Android is the OS for target devices that run all of Android, including the Linux kernel
|
/build/soong/rust/config/ |
D | x86_linux_host.go | 37 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory) 38 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory)
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 5 Linux)
|
/build/soong/scripts/ |
D | microfactory.bash | 25 Linux)
|
D | jar-args.sh | 23 Linux)
|
D | setup_go_workspace_for_soong.sh | 275 Linux) 314 Linux)
|
D | setup-android-build.sh | 39 [[ "$(uname)" == Linux ]] || die "This setup runs only on Linux\n"
|
D | strip.sh | 111 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 | 164 if android.BuildOs == android.Linux {
|
/build/bazel/ |
D | bazel.sh | 60 Linux)
|
/build/soong/bazel/ |
D | properties.go | 291 Linux LabelList member 390 OS_LINUX: &attrs.OsValues.Linux, 454 Linux []string member 511 OS_LINUX: &attrs.OsValues.Linux,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 252 Linux struct { 358 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...) 359 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...) 388 Linux struct { 470 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...) 471 testSrcs = append(g.properties.TestSrcs, g.properties.Linux.TestSrcs...)
|
/build/soong/android/ |
D | arch.go | 255 func (os OsType) Linux() bool { func 256 return os == Android || os == Linux || os == LinuxBionic 296 return Linux 327 Linux = newOsType("linux_glibc", Host, false, X86, X86_64) var 903 if os.Linux() { 1112 if os.Linux() { 1280 if os.Linux() { 1409 } else if BuildOs.Linux() && os.Linux() {
|
D | paths_test.go | 229 hostTarget := Target{Os: Linux, Arch: Arch{ArchType: X86}} 703 forceOS: &Linux,
|
/build/soong/cc/ |
D | prebuilt_test.go | 274 if android.BuildOs != android.Linux { 275 …t.Skipf("Skipping host prebuilt testing that is only supported on %s not %s", android.Linux, andro…
|
D | binary.go | 224 if ctx.Os() == android.Linux {
|
D | test.go | 269 case android.Linux:
|
/build/soong/java/ |
D | dexpreopt_test.go | 176 if android.BuildOs != android.Linux {
|
/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/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/make/ |
D | envsetup.sh | 247 Linux) 273 Linux) 1821 Linux)
|
/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 | 215 if fi.module.Target().Os == android.Linux || fi.module.Target().Os == android.LinuxBionic {
|
12