commit | a1a56e8f82ec154a6856e2485d63fb1d74d3a2ca | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Tue Feb 09 10:59:06 2021 +0000 |
committer | Rupert Shuttleworth <ruperts@google.com> | Tue Feb 09 11:53:00 2021 +0000 |
tree | 7a5df0bda330c3bb4b14d90d7514e5059ff943cd | |
parent | 198158b9f7ebdb311b82dd2223f4b793215d4e3b [diff] [blame] |
Add sh_binary support to bp2build converter. Test: Added a unit test in this CL. Change-Id: I6e9b3c833a257414daf82e603b733e459535d206
diff --git a/bp2build/Android.bp b/bp2build/Android.bp index 2bbe4b5..54fc93f 100644 --- a/bp2build/Android.bp +++ b/bp2build/Android.bp
@@ -12,6 +12,7 @@ "soong-android", "soong-bazel", "soong-genrule", + "soong-sh", ], testSrcs: [ "build_conversion_test.go",