Home
last modified time | relevance | path

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

/build/soong/java/
Ddex.go105 resourcesOutput android.OptionalPath member
384 r8Flags = append(r8Flags, "--resource-output", d.resourcesOutput.Path().String())
458 resourcesOutput := android.PathForModuleOut(ctx, "package-res-shrunken.apk")
459 d.resourcesOutput = android.OptionalPathForPath(resourcesOutput)
490 implicitOutputs = append(implicitOutputs, resourcesOutput)
491 args["resourcesOutput"] = resourcesOutput.String()
Dapp.go645 aapt2Convert(ctx, binaryResources, a.dexer.resourcesOutput.Path(), "binary")