Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68f309ab authored by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux's avatar Alex Márquez Pérez Muñíz Díaz Púras Thaureaux Committed by Gerrit Code Review
Browse files

Merge "Remove vestigial GetPrebuiltCcStaticLibraryFiles"

parents e852d69f 34d60d66
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -220,10 +220,6 @@ func (n noopBazelContext) GetPythonBinary(label string, cfgKey configKey) (strin
	panic("unimplemented")
}

func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]string, bool) {
	panic("unimplemented")
}

func (n noopBazelContext) InvokeBazel() error {
	panic("unimplemented")
}