Home
last modified time | relevance | path

Searched refs:ExportedSdkLibs (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Ddevice_host_converter.go165 func (d *DeviceHostConverter) ExportedSdkLibs() []string { func
Daar.go400 sdkLibraries = append(sdkLibraries, aarDep.ExportedSdkLibs()...)
749 func (a *AARImport) ExportedSdkLibs() []string { func
Djava.go543 ExportedSdkLibs() []string methodSpec
1057 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
1069 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
1882 func (j *Module) ExportedSdkLibs() []string { func
2650 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
2709 func (j *Import) ExportedSdkLibs() []string { func
Djava_test.go1443 sdkLibs := quxLib.ExportedSdkLibs()