Add apex_test for mixed builds
Test: go test soong tests Change-Id: I33327e1fe7d6a4bbf32890d9fbd5453c28a9c5b1
This commit is contained in:
@@ -250,7 +250,8 @@ func (m MockBazelContext) GetPythonBinary(label string, _ configKey) (string, er
|
||||
}
|
||||
|
||||
func (m MockBazelContext) GetApexInfo(label string, _ configKey) (cquery.ApexInfo, error) {
|
||||
panic("unimplemented")
|
||||
result, _ := m.LabelToApexInfo[label]
|
||||
return result, nil
|
||||
}
|
||||
|
||||
func (m MockBazelContext) GetCcUnstrippedInfo(label string, _ configKey) (cquery.CcUnstrippedInfo, error) {
|
||||
|
Reference in New Issue
Block a user