aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-03-07 12:06:47 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-03-07 12:06:47 -0800
commit855eb50572219daf9d23516c12280a23119f12d0 (patch)
treed8b6bd2fc75a67b49dceb431cbd45ecd55fd025c /Android.bp
parent4332bdc5f01d10e7224b11fafd546db92bf614c1 (diff)
parent4d59c54239907d32d713fc0ec6943c257124a67a (diff)
downloadbuild_soong-855eb50572219daf9d23516c12280a23119f12d0.tar.gz
build_soong-855eb50572219daf9d23516c12280a23119f12d0.tar.bz2
build_soong-855eb50572219daf9d23516c12280a23119f12d0.zip
Add path properties mutator am: 1b48842a4b am: ad566c5829
am: 4d59c54239 Change-Id: I2bb82329702aa861411e739643d289cffdcf36bb
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e8dd15d6..9ad12473 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,6 +56,7 @@ bootstrap_go_package {
"android/neverallow.go",
"android/onceper.go",
"android/package_ctx.go",
+ "android/path_properties.go",
"android/paths.go",
"android/prebuilt.go",
"android/prebuilt_etc.go",
@@ -80,6 +81,7 @@ bootstrap_go_package {
"android/namespace_test.go",
"android/neverallow_test.go",
"android/onceper_test.go",
+ "android/path_properties_test.go",
"android/paths_test.go",
"android/prebuilt_test.go",
"android/prebuilt_etc_test.go",