Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dapp.go352 if ctx.Config().UnbundledBuild() {
361 return ctx.Config().UnbundledBuild() || Bool(a.appProperties.Use_embedded_native_libs) ||
1216 if !ctx.Config().UnbundledBuild() {
1253 if !ctx.Config().UnbundledBuild() {
H A Dlint.go568 if ctx.Config().UnbundledBuild() {
620 if !ctx.Config().UnbundledBuild() {
H A Dsdk.go41 if ctx.Config().UnbundledBuild() &&
H A Dapp_import.go200 if ctx.Config().UnbundledBuild() || a.preprocessed {
H A Ddexpreopt_bootjars.go774 if global.DisableGenerateProfile || ctx.Config().UnbundledBuild() {
H A Dbase.go493 ctx.Config().UnbundledBuild())
/aosp12/build/soong/apex/
H A Dprebuilt.go134 forceDisable = forceDisable || ctx.Config().UnbundledBuild()
H A Dapex.go2044 a.linkToSystemLib = !ctx.Config().UnbundledBuild() && a.installable()
/aosp12/build/soong/android/
H A Dconfig.go785 func (c *config) UnbundledBuild() bool { func