Home
last modified time | relevance | path

Searched refs:UnbundledBuild (Results 1 – 9 of 9) sorted by relevance

/build/soong/java/config/
Dconfig.go108 if ctx.Config().UnbundledBuild() {
136 if ctx.Config().UnbundledBuild() || ctx.Config().IsPdkBuild() {
/build/soong/cc/
Drs.go28 if ctx.Config().UnbundledBuild() {
/build/soong/java/
Dandroid_manifest.go74 ctx.Config().UnbundledBuild() &&
Ddexpreopt.go69 if ctx.Config().UnbundledBuild() {
Ddexpreopt_bootjars.go101 if ctx.Config().UnbundledBuild() {
343 if !global.UseProfileForBootImage || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
Dapp.go199 if ctx.Config().UnbundledBuild() {
299 embedJni := ctx.Config().UnbundledBuild() || Bool(a.appProperties.Use_embedded_native_libs) ||
Djava.go442 ctx.Config().UnbundledBuild())
/build/soong/apex/
Dapex.go779 a.flattened = ctx.Config().FlattenApex() && !ctx.Config().UnbundledBuild()
962 ctx.Config().UnbundledBuild() &&
1336 forceDisable = forceDisable || ctx.Config().UnbundledBuild()
/build/soong/android/
Dconfig.go618 func (c *config) UnbundledBuild() bool { func