Searched refs:addLibs (Results 1 – 1 of 1) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 229 func (m classLoaderContextMap) addLibs(sdkVer int, module *ModuleConfig, libs ...string) { func 305 classLoaderContexts.addLibs(anySdkVersion, module, usesLibs...) 310 classLoaderContexts.addLibs(28, module, httpLegacy) 318 classLoaderContexts.addLibs(29, module, usesLibs29...) 323 classLoaderContexts.addLibs(30, module, testBase)
|