Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go1248 if !ctx.Config().UnbundledBuild() || ctx.Config().UnbundledBuildImage() {
1298 if ctx.Config().UnbundledBuild() && !ctx.Config().UnbundledBuildImage() {
/build/soong/android/
Dconfig.go914 func (c *config) UnbundledBuildImage() bool { func