Home
last modified time | relevance | path

Searched defs:usesLibrary (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dapp.go1230 type usesLibrary struct { struct
1231 usesLibraryProperties UsesLibraryProperties
1234 enforce bool
1237 func (u *usesLibrary) addLib(lib string, optional bool) {
1247 func (u *usesLibrary) deps(ctx android.BottomUpMutatorContext, hasFrameworkLibs bool) {
1277 func (u *usesLibrary) presentOptionalUsesLibs(ctx android.BaseModuleContext) []string {
1293 …rary) classLoaderContextForUsesLibDeps(ctx android.ModuleContext) dexpreopt.ClassLoaderContextMap {
1344 func (u *usesLibrary) enforceUsesLibraries() bool {
1351 func (u *usesLibrary) freezeEnforceUsesLibraries() {
1360 func (u *usesLibrary) verifyUsesLibraries(ctx android.ModuleContext, inputFile android.Path,
[all …]
Dapp_import.go54 usesLibrary usesLibrary member
Dbase.go473 usesLibrary anonMember