Home | History | Annotate | Download | only in android

Lines Matching refs:supported

330 	// Host and HostCross are built by default. Device is not supported.
333 // Host is built by default. HostCross and Device are not supported.
336 // Device is built by default. Host and HostCross are not supported.
339 // Device is built by default. Host and HostCross are supported.
345 // Nothing is supported. This is not exposed to the user, but used to mark a
346 // host only module as unsupported when the module type is not supported on
347 // the host OS. E.g. benchmarks are supported on Linux but not Darwin.
574 var supported []OsClass
578 supported = append(supported, Host, HostCross)
582 supported = append(supported, Device)
584 return supported