Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go1198 type usesLibrary struct { struct
1199 usesLibraryProperties UsesLibraryProperties
1202 enforce bool
1205 func (u *usesLibrary) addLib(lib string, optional bool) {
1215 func (u *usesLibrary) deps(ctx android.BottomUpMutatorContext, hasFrameworkLibs bool) {
1234 func (u *usesLibrary) presentOptionalUsesLibs(ctx android.BaseModuleContext) []string {
1250 …rary) classLoaderContextForUsesLibDeps(ctx android.ModuleContext) dexpreopt.ClassLoaderContextMap {
1284 func (u *usesLibrary) enforceUsesLibraries() bool {
1291 func (u *usesLibrary) freezeEnforceUsesLibraries() {
1300 func (u *usesLibrary) verifyUsesLibraries(ctx android.ModuleContext, inputFile android.Path,
[all …]
Dapp_import.go53 usesLibrary usesLibrary member
Dbase.go357 usesLibrary anonMember