Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go195 Linux = NewOsType("linux", Host, false)
196 Darwin = NewOsType("darwin", Host, false)
197 LinuxBionic = NewOsType("linux_bionic", Host, true)
198 Windows = NewOsType("windows", HostCross, true)
199 Android = NewOsType("android", Device, false)
230 func NewOsType(name string, class OsClass, defDisabled bool) OsType { func