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:
parent
7743557a23
commit
7e07e20723
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ type ShBinary struct {
|
|||
|
||||
var _ android.HostToolProvider = (*ShBinary)(nil)
|
||||
|
||||
func (s *ShBinary) InstallBypassMake() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
type ShTest struct {
|
||||
ShBinary
|
||||
|
||||
|
|
Loading…
Reference in a new issue