Home
last modified time | relevance | path

Searched refs:moduleStubLinkType (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dbase.go1570 if stub, linkType := moduleStubLinkType(name); stub {
Dsdk_library.go1796 func moduleStubLinkType(name string) (stub bool, ret sdkLinkType) { func