commit | cfad119eaf895cd0d9897f96af27ba7b2b0846a1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Nov 02 16:43:11 2015 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Nov 03 15:46:08 2015 -0800 |
tree | d74ccc4ae4eced25bda997eb96adb21c0940ddc0 | |
parent | 6362e278481ea0cb14d31cd7fd3760116b6d7643 [diff] [blame] |
Add support for defaults modules Add a cc_defaults module, which will prepend any matching properties to modules that reference it with a "defaults" property. Change-Id: I5908dd98d204f71b29ad95a4ab85403aa1621ca2
diff --git a/Android.bp b/Android.bp index abae680..c887247 100644 --- a/Android.bp +++ b/Android.bp
@@ -91,6 +91,7 @@ srcs: [ "common/arch.go", "common/config.go", + "common/defaults.go", "common/defs.go", "common/env.go", "common/glob.go",