Searched refs:compileStubLibrary (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ |
D | ndk_library.go | 281 func compileStubLibrary(ctx ModuleContext, flags Flags, src android.Path) Objects { func 461 objs := compileStubLibrary(ctx, flags, nativeAbiResult.stubSrc)
|
D | library.go | 575 objs := compileStubLibrary(ctx, flags, nativeAbiResult.stubSrc) 586 objs := compileStubLibrary(ctx, flags, nativeAbiResult.stubSrc) 619 objs := compileStubLibrary(ctx, flags, nativeAbiResult.stubSrc)
|