Home
last modified time | relevance | path

Searched refs:NewOsType (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Darch.go597 Linux = NewOsType("linux_glibc", Host, false)
598 Darwin = NewOsType("darwin", Host, false)
599 LinuxBionic = NewOsType("linux_bionic", Host, false)
600 Windows = NewOsType("windows", HostCross, true)
601 Android = NewOsType("android", Device, false)
602 Fuchsia = NewOsType("fuchsia", Device, false)
657 func NewOsType(name string, class OsClass, defDisabled bool) OsType { func