Merge "Refactor for preliminary Rust vendor image support"
This commit is contained in:
@@ -8,6 +8,8 @@ import (
|
||||
|
||||
// LinkableInterface is an interface for a type of module that is linkable in a C++ library.
|
||||
type LinkableInterface interface {
|
||||
android.Module
|
||||
|
||||
Module() android.Module
|
||||
CcLibrary() bool
|
||||
CcLibraryInterface() bool
|
||||
@@ -42,7 +44,10 @@ type LinkableInterface interface {
|
||||
UseVndk() bool
|
||||
MustUseVendorVariant() bool
|
||||
IsVndk() bool
|
||||
IsVndkExt() bool
|
||||
IsVndkPrivate(config android.Config) bool
|
||||
HasVendorVariant() bool
|
||||
InProduct() bool
|
||||
|
||||
SdkVersion() string
|
||||
AlwaysSdk() bool
|
||||
|
Reference in New Issue
Block a user