Package com.android.builder.model
Interface NativeVariantAbi
- All Superinterfaces:
Serializable
Contains information about a specific variant + ABI for a native project. This structure is
effectively partial information of a NativeAndroidProject. This is the information that is slow
to compute, for example we need to call cmake.exe to generate a project.
-
Method Summary
Modifier and TypeMethodDescriptiongetAbi()Returns the abi.Returns a collection of native artifacts.Returns a collection of files that affect the build.Return a map of file extension to each file type.Returns a collection of all compile settings.Returns a collection of toolchains.Returns the variant name.
-
Method Details
-
getBuildFiles
Returns a collection of files that affect the build. -
getArtifacts
Returns a collection of native artifacts. -
getToolChains
Returns a collection of toolchains. -
getSettings
Returns a collection of all compile settings. -
getFileExtensions
Return a map of file extension to each file type.The key is the file extension, the value is either "c" or "c++".
-
getVariantName
Returns the variant name. -
getAbi
Returns the abi.
-