Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go43 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)
57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { func
/build/soong/cc/
Dprebuilt.go238 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { func
264 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)
283 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
290 module, library := NewPrebuiltLibrary(hod)
307 module, library := NewPrebuiltLibrary(hod)
Dlibrary_headers.go106 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)