Home
last modified time | relevance | path

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

/build/soong/cc/
Dprebuilt.go206 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { func
232 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)
251 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
258 module, library := NewPrebuiltLibrary(hod)
275 module, library := NewPrebuiltLibrary(hod)
Dlibrary_headers.go53 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
/build/soong/rust/
Dprebuilt.go43 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)
57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { func