diff options
author | Colin Cross <ccross@android.com> | 2019-01-30 17:32:39 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2019-02-05 13:28:43 -0800 |
commit | feec25b08460d1eb1c31296463a9ec61eca9754c (patch) | |
tree | 04b767a6cb2954e7014328b4176375db7bcd04d9 /Android.bp | |
parent | a55b12bec27b6e69ee4973d1645d8f61c2c89530 (diff) | |
download | build_soong-feec25b08460d1eb1c31296463a9ec61eca9754c.tar.gz build_soong-feec25b08460d1eb1c31296463a9ec61eca9754c.tar.bz2 build_soong-feec25b08460d1eb1c31296463a9ec61eca9754c.zip |
Move dexpreopt.Script to android.RuleBuilder
Move dexpreopt.Script to android.RuleBuilder so that the builder
style can be used in more places. Also add tests for it.
Test: rule_builder_test.go
Change-Id: I92a963bd112bf033b08899e930094b908acfcdfd
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,7 @@ bootstrap_go_package { "android/prebuilt_etc.go", "android/proto.go", "android/register.go", + "android/rule_builder.go", "android/sh_binary.go", "android/singleton.go", "android/testing.go", @@ -80,6 +81,7 @@ bootstrap_go_package { "android/paths_test.go", "android/prebuilt_test.go", "android/prebuilt_etc_test.go", + "android/rule_builder_test.go", "android/util_test.go", "android/variable_test.go", ], |