Merge "Remove vestigial GetPrebuiltCcStaticLibraryFiles" am: 68f309abf9 am: 360cf390a3

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1864754

Change-Id: I80bcd25422394f4a143bc31b598847aa4814e686
This commit is contained in:
Alex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-10-26 17:29:41 +00:00
committed by Automerger Merge Worker

View File

@@ -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")
}