Merge "Remove obsolete llndk_library"

This commit is contained in:
Colin Cross
2021-04-28 23:25:06 +00:00
committed by Gerrit Code Review
15 changed files with 72 additions and 398 deletions

View File

@@ -106,9 +106,6 @@ type LinkableInterface interface {
// IsLlndkPublic returns true only for LLNDK (public) libs.
IsLlndkPublic() bool
// IsLlndkLibrary returns true if this module is an LLNDK library module.
IsLlndkLibrary() bool
// NeedsLlndkVariants returns true if this module has LLNDK stubs or provides LLNDK headers.
NeedsLlndkVariants() bool