Home
last modified time | relevance | path

Searched refs:ExportedStaticPackages (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Daar.go33 ExportedStaticPackages() android.Paths methodSpec
397 transitiveStaticLibs = append(transitiveStaticLibs, aarDep.ExportedStaticPackages()...)
452 func (a *AndroidLibrary) ExportedStaticPackages() android.Paths { func
498 a.exportedStaticPackages = append(a.exportedStaticPackages, lib.ExportedStaticPackages()...)
602 func (a *AARImport) ExportedStaticPackages() android.Paths { func
Dapp.go326 func (a *AndroidApp) ExportedStaticPackages() android.Paths { func