Merge changes from topic "soong-rust-install" am: f50bfc9d47 am: 664b9e0016

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1885089

Change-Id: Ib61c10ee66f150b1acb61607edc9c851a6931a4c
This commit is contained in:
Treehugger Robot
2021-11-09 17:14:24 +00:00
committed by Automerger Merge Worker

View File

@@ -168,6 +168,10 @@ type ShBinary struct {
var _ android.HostToolProvider = (*ShBinary)(nil)
func (s *ShBinary) InstallBypassMake() bool {
return true
}
type ShTest struct {
ShBinary