Searched refs:implLibraryModule (Results 1 – 1 of 1) sorted by relevance
913 implLibraryModule *Library member1214 if module.implLibraryModule != nil {1215 return module.implLibraryModule.DexJarBuildPath(ctx)1222 if module.implLibraryModule != nil {1223 return module.implLibraryModule.DexJarInstallPath()1434 module.implLibraryModule = to.(*Library)1445 if module.implLibraryModule != nil {1447 module.classesJarPaths = android.Paths{module.implLibraryModule.implementationJarFile}1448 module.bootDexJarPath = module.implLibraryModule.bootDexJarPath1449 module.uncompressDexState = module.implLibraryModule.uncompressDexState[all …]