Home
last modified time | relevance | path

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

/build/soong/java/
Ddevice_host_converter.go161 func (d *DeviceHostConverter) ExportedSdkLibs() []string { func
Daar.go400 sdkLibraries = append(sdkLibraries, aarDep.ExportedSdkLibs()...)
745 func (a *AARImport) ExportedSdkLibs() []string { func
Djava.go538 ExportedSdkLibs() []string methodSpec
1014 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
1026 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
1821 func (j *Module) ExportedSdkLibs() []string { func
2550 j.exportedSdkLibs = append(j.exportedSdkLibs, dep.ExportedSdkLibs()...)
2603 func (j *Import) ExportedSdkLibs() []string { func
Djava_test.go1335 sdkLibs := quxLib.ExportedSdkLibs()