Home
last modified time | relevance | path

Searched refs:Linux (Results 1 – 25 of 31) sorted by relevance

12

/build/bazel/platforms/
DBUILD.bazel16 # 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/
Dx86_linux_host.go37 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory)
38 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory)
/build/soong/cuj/
Drun_cuj_tests.sh5 Linux)
/build/soong/scripts/
Dmicrofactory.bash25 Linux)
Djar-args.sh23 Linux)
Dsetup_go_workspace_for_soong.sh275 Linux)
314 Linux)
Dsetup-android-build.sh39 [[ "$(uname)" == Linux ]] || die "This setup runs only on Linux\n"
Dstrip.sh111 Linux)
/build/soong/cc/config/
Dx86_linux_host.go264 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory)
265 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory)
Dglobal.go164 if android.BuildOs == android.Linux {
/build/bazel/
Dbazel.sh60 Linux)
/build/soong/bazel/
Dproperties.go291 Linux LabelList member
390 OS_LINUX: &attrs.OsValues.Linux,
454 Linux []string member
511 OS_LINUX: &attrs.OsValues.Linux,
/build/blueprint/bootstrap/
Dbootstrap.go252 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/
Darch.go255 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() {
Dpaths_test.go229 hostTarget := Target{Os: Linux, Arch: Arch{ArchType: X86}}
703 forceOS: &Linux,
/build/soong/cc/
Dprebuilt_test.go274 if android.BuildOs != android.Linux {
275 …t.Skipf("Skipping host prebuilt testing that is only supported on %s not %s", android.Linux, andro…
Dbinary.go224 if ctx.Os() == android.Linux {
Dtest.go269 case android.Linux:
/build/soong/java/
Ddexpreopt_test.go176 if android.BuildOs != android.Linux {
/build/soong/sdk/
Dsdk_test.go28 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/
DREADME19 Linux:
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs121 <td>Linux 32/64-bit (x86)</td>
/build/make/
Denvsetup.sh247 Linux)
273 Linux)
1821 Linux)
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto66 // The host os extra information, eg. Linux-4.17.0-3rodete2-amd64-x86_64-Debian-GNU.
/build/soong/apex/
Dandroidmk.go215 if fi.module.Target().Os == android.Linux || fi.module.Target().Os == android.LinuxBionic {

12