platform_build_soong/common
Colin Cross e2c4874945 Prevent replacing missing dependency glob rules with errors
AndroidModuleContext.Build() replaces all build statements with errors
when the module has missing dependencies, but modules may try to create
glob rules to detect when missing dependencies have been satisified, and
those rules should not be replaced with errors.  Whitelist globRule
build statements.

Change-Id: I2a3cd53c05cea44cec9b5a99090d8778ca954d69
2016-04-27 13:47:35 -07:00
..
androidmk.go Use correct install paths in generated Android.mk 2016-03-24 13:14:12 -07:00
arch.go Fix arm[64] cflags 2016-03-30 00:40:14 +00:00
config.go Add support for sanitizer property 2016-04-21 16:42:08 -07:00
defaults.go Use blueprint DependencyTags 2016-04-12 15:24:02 -07:00
defs.go Delay dependency errors to ninja time for unbundled builds 2015-12-18 13:13:15 -08:00
env.go Use `Path` instead of string for file paths 2015-12-09 14:29:12 -08:00
glob.go Support nested glob patterns 2016-04-27 13:45:26 -07:00
module.go Prevent replacing missing dependency glob rules with errors 2016-04-27 13:47:35 -07:00
mutator.go Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
package_ctx.go Make global C include paths optional 2015-12-18 15:55:52 -08:00
paths.go Use correct install paths in generated Android.mk 2016-03-24 13:14:12 -07:00
paths_test.go Improve path component validation 2015-12-21 15:34:11 -08:00
util.go Add per-directory build targets 2015-06-17 10:18:35 -07:00
variable.go Add support for sanitizer property 2016-04-21 16:42:08 -07:00