Move sh_binary module installation into Soong

Move sh_binary module installation rules into Soong by overriding
InstallBypassMake.

Bug: 204136549
Bug: 205530905
Test: m checkbuild
Test: m && acloud create --local-instance --local-image
Change-Id: I3f9928c6d6993c381859b80c335b800b1a9769ee
This commit is contained in:
Colin Cross 2021-11-08 12:37:57 -08:00
parent 7743557a23
commit 7e07e20723

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