Home
last modified time | relevance | path

Searched refs:MockBazelContext (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel_handler.go123 type MockBazelContext struct { struct
130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { argument
135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { argument
140 func (m MockBazelContext) InvokeBazel() error { argument
144 func (m MockBazelContext) BazelEnabled() bool { argument
148 func (m MockBazelContext) OutputBase() string { return m.OutputBaseDir } argument
150 func (m MockBazelContext) BuildStatementsToRegister() []bazel.BuildStatement { argument
154 var _ BazelContext = MockBazelContext{}
/build/soong/genrule/
Dgenrule_test.go698 config.BazelContext = android.MockBazelContext{