Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Daar.go34 ExportedStaticPackages() android.Paths
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
H A Dapp.go180 func (a *AndroidApp) ExportedStaticPackages() android.Paths { func