Home
last modified time | relevance | path

Searched refs:FlattenApex (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dprebuilt.go68 forceDisable := ctx.Config().FlattenApex()
Dapex.go858 if !mctx.Config().FlattenApex() && ab.Platform() {
1952 buildFlattenedAsDefault := ctx.Config().FlattenApex() && !ctx.Config().UnbundledBuildApps()
/build/soong/android/
Dconfig.go1203 func (c *config) FlattenApex() bool { func