Home
last modified time | relevance | path

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

/build/soong/java/
Daar.go34 ExportedStaticPackages() android.Paths methodSpec
438 transitiveStaticLibs = append(transitiveStaticLibs, aarDep.ExportedStaticPackages()...)
505 func (a *AndroidLibrary) ExportedStaticPackages() android.Paths { func
555 a.exportedStaticPackages = append(a.exportedStaticPackages, lib.ExportedStaticPackages()...)
680 func (a *AARImport) ExportedStaticPackages() android.Paths { func
Dapp.go180 func (a *AndroidApp) ExportedStaticPackages() android.Paths { func