Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go118 type noopBazelContext struct{} struct
120 var _ BazelContext = noopBazelContext{}
177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { argument
181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { argument
185 func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]strin… argument
189 func (n noopBazelContext) InvokeBazel() error { argument
193 func (m noopBazelContext) OutputBase() string { argument
197 func (n noopBazelContext) BazelEnabled() bool { argument
201 func (m noopBazelContext) BuildStatementsToRegister() []bazel.BuildStatement { argument
209 return noopBazelContext{}, nil