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

Remove vestigial GetPrebuiltCcStaticLibraryFiles

Test: mixed_{libc,droid}.sh
Change-Id: Ie6e22e1994f8abf1b66f4abfd834bf38a1f097b2
parent eb0454b2
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")
}