Home
last modified time | relevance | path

Searched refs:AllowMissingDependencies (Results 1 – 13 of 13) sorted by relevance

/build/soong/cmd/soong_build/
Dmain.go74 ctx.SetAllowMissingDependencies(configuration.AllowMissingDependencies())
/build/soong/genrule/
Dgenrule.go230 if ctx.Config().AllowMissingDependencies() {
265 if ctx.Config().AllowMissingDependencies() {
288 if !ctx.Config().AllowMissingDependencies() {
/build/soong/java/
Dsdk.go371 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
572 if ctx.Config().AllowMissingDependencies() {
Dhiddenapi_singleton.go177 if ctx.Config().AllowMissingDependencies() {
Dlint.go415 if !ctx.Config().AllowMissingDependencies() {
Ddexpreopt_bootjars.go310 if ctx.Config().AllowMissingDependencies() {
Dsdk_library.go1374 if ctx.Config().AllowMissingDependencies() {
Dapp.go1937 } else if ctx.Config().AllowMissingDependencies() {
/build/soong/android/
Dapex.go262 if !mctx.OtherModuleExists(n) && !mctx.Config().AllowMissingDependencies() {
Dpaths.go274 if ctx.Config().AllowMissingDependencies() {
807 if modCtx, ok := ctx.(ModuleContext); ok && ctx.Config().AllowMissingDependencies() {
1023 if ctx.Config().AllowMissingDependencies() {
Dmodule.go1389 } else if ctx.Config().AllowMissingDependencies() {
1690 if b.Config().AllowMissingDependencies() {
Dconfig.go721 func (c *config) AllowMissingDependencies() bool { func
/build/soong/cc/
Dcc.go2535 if !ctx.Config().AllowMissingDependencies() {