Lines Matching refs:shared
333 } else if library.shared() {
337 if library.shared() {
465 } else if library.shared() {
549 } else if library.shared() {
565 } else if library.shared() {
919 if library.shared() {
973 func (library *libraryDecorator) shared() bool { func
978 return !library.static() && !library.shared()
1054 func reuseStaticLibrary(mctx android.BottomUpMutatorContext, static, shared *Module) {
1056 sharedCompiler := shared.compiler.(*libraryDecorator)
1071 mctx.AddInterVariantDependency(reuseObjTag, shared, static)
1078 mctx.AddInterVariantDependency(staticVariantTag, shared, static)
1092 shared := modules[1].(*Module)
1095 shared.linker.(prebuiltLibraryInterface).setShared()
1101 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()
1108 shared := modules[1].(*Module)
1111 shared.linker.(libraryInterface).setShared()
1113 reuseStaticLibrary(mctx, static, shared)