Searched refs:NewPrebuiltLibrary (Results 1 – 3 of 3) sorted by relevance
206 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { func232 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)251 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)258 module, library := NewPrebuiltLibrary(hod)275 module, library := NewPrebuiltLibrary(hod)
53 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
43 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { func