public class NativeLibraryImpl extends Object
Implementation of NativeLibrary that is serializable.
Constructor and description |
---|
NativeLibraryImpl
(String name, String toolchainName, String abi, List<File> cIncludeDirs, List<File> cppIncludeDirs, List<File> cSystemIncludeDirs, List<File> cppSystemIncludeDirs, List<String> cDefines, List<String> cppDefines, List<String> cCompilerFlags, List<String> cppCompilerFlags, List<File> debuggableLibraryFolders) |
Type | Name and description |
---|---|
String |
getAbi() |
List<String> |
getCCompilerFlags() |
List<String> |
getCDefines() |
List<File> |
getCIncludeDirs() |
List<File> |
getCSystemIncludeDirs() |
List<String> |
getCppCompilerFlags() |
List<String> |
getCppDefines() |
List<File> |
getCppIncludeDirs() |
List<File> |
getCppSystemIncludeDirs() |
List<File> |
getDebuggableLibraryFolders() |
String |
getName() |
String |
getToolchainName() |
String |
toString() |