From a120ec1c5e5fb7f089433c800fba2dbc983bc0d1 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 19 Aug 2016 16:07:38 -0700 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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", -- cgit v1.2.3