aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-08-19 16:07:38 -0700
committerColin Cross <ccross@android.com>2016-08-22 17:08:06 -0700
commita120ec1c5e5fb7f089433c800fba2dbc983bc0d1 (patch)
tree4104f69f47107807850e38689927092328e9deeb /Android.bp
parente1d764e369cd49f7d1f485798e073662e0bee4b1 (diff)
downloadbuild_soong-a120ec1c5e5fb7f089433c800fba2dbc983bc0d1.tar.gz
build_soong-a120ec1c5e5fb7f089433c800fba2dbc983bc0d1.tar.bz2
build_soong-a120ec1c5e5fb7f089433c800fba2dbc983bc0d1.zip
Add PropertyCustomizer
Allow any module factory to insert a PropertyCustomizer on the module, which will be called before any other mutators. The PropertyCustomizer can append or prepend to any properties, allowing module types to extend other module types by modifying the public, stable interface provided by the properties. Change-Id: Idff02be80d939a70df1c6bbccffdd1f04ff975d2
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bb9ab74c..355dfd2e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,6 +94,7 @@ bootstrap_go_package {
"android/androidmk.go",
"android/arch.go",
"android/config.go",
+ "android/customizer.go",
"android/defaults.go",
"android/defs.go",
"android/glob.go",