aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-10-28 17:23:31 -0700
committerColin Cross <ccross@android.com>2015-11-03 15:46:08 -0800
commit06a931bdb6228bdbe425696b01e27522f4b00d71 (patch)
tree91d1ff5ba956a33277f3d260e1c43ac15152cfc4 /Android.bp
parent74498573259f081f5164477ac9e7f62cae167350 (diff)
downloadbuild_soong-06a931bdb6228bdbe425696b01e27522f4b00d71.tar.gz
build_soong-06a931bdb6228bdbe425696b01e27522f4b00d71.tar.bz2
build_soong-06a931bdb6228bdbe425696b01e27522f4b00d71.zip
Replace extendProperties with pathtools.AppendProperties
Blueprint has a generic AppendProperties/AppendMatchingProperties now, use it, and replace all bool properties that might be modified by a mutator with *bool, which provides the correct replace-if-set semantics for append. Also remove uses of ContainsProperty except when explicitly checking if a property was set in a blueprints file. Change-Id: If523af61d6b4630e79504d7fc2840f36e98571cc
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 30cbf150..914d6734 100644
--- a/Android.bp
+++ b/Android.bp
@@ -93,7 +93,6 @@ bootstrap_go_package {
"common/config.go",
"common/defs.go",
"common/env.go",
- "common/extend.go",
"common/glob.go",
"common/module.go",
"common/paths.go",