Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go423 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".annotations.zip"),
429 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".api_versions.xml"),
Drobolectric.go376 runtimeFromSourceJar := android.OutputFileForModule(ctx, runtimeFromSourceModule, "")
Djava.go2277 j.data = append(j.data, android.OutputFileForModule(ctx, dep, ""))
/build/soong/android/
Dmodule.go2221 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path { func