diff options
Diffstat (limited to 'cc/linkable.go')
-rw-r--r-- | cc/linkable.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cc/linkable.go b/cc/linkable.go index fecc6a2e6..2309fe800 100644 --- a/cc/linkable.go +++ b/cc/linkable.go @@ -136,9 +136,6 @@ type LinkableInterface interface { // IsLlndk returns true for both LLNDK (public) and LLNDK-private libs. IsLlndk() bool - // IsLlndkPublic returns true only for LLNDK (public) libs. - IsLlndkPublic() bool - // HasLlndkStubs returns true if this library has a variant that will build LLNDK stubs. HasLlndkStubs() bool @@ -162,12 +159,6 @@ type LinkableInterface interface { // Bootstrap tests if this module is allowed to use non-APEX version of libraries. Bootstrap() bool - // IsVndkSp returns true if this is a VNDK-SP module. - IsVndkSp() bool - - IsVndk() bool - IsVndkExt() bool - IsVndkPrivate() bool IsVendorPublicLibrary() bool IsVndkPrebuiltLibrary() bool HasVendorVariant() bool |