Remove InstallBypassMake and ToMakePath
InstallBypassMake and ToMakePath are obsolete, remove them. Bug: 204136549 Test: m checkbuild Change-Id: Ie5a6f7254b3d317ed6039e114ed6aec35e1ce273
This commit is contained in:
@@ -166,10 +166,6 @@ type ShBinary struct {
|
||||
|
||||
var _ android.HostToolProvider = (*ShBinary)(nil)
|
||||
|
||||
func (s *ShBinary) InstallBypassMake() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
type ShTest struct {
|
||||
ShBinary
|
||||
|
||||
@@ -435,7 +431,7 @@ func (s *ShTest) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
ExtraEntries: []android.AndroidMkExtraEntriesFunc{
|
||||
func(ctx android.AndroidMkExtraEntriesContext, entries *android.AndroidMkEntries) {
|
||||
s.customAndroidMkEntries(entries)
|
||||
entries.SetPath("LOCAL_MODULE_PATH", s.installDir.ToMakePath())
|
||||
entries.SetPath("LOCAL_MODULE_PATH", s.installDir)
|
||||
entries.AddCompatibilityTestSuites(s.testProperties.Test_suites...)
|
||||
if s.testConfig != nil {
|
||||
entries.SetPath("LOCAL_FULL_TEST_CONFIG", s.testConfig)
|
||||
|
Reference in New Issue
Block a user