Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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)
H A Dlibrary_headers.go106 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
/aosp12/build/soong/rust/
H A Dprebuilt.go43 module, _ := NewPrebuiltLibrary(android.HostAndDeviceSupported)
57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { func