public class NativeExoHelper extends Object
Modifier and Type | Field and Description |
---|---|
static Path |
NATIVE_LIBS_DIR |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableMultimap<String,Path> |
filterLibrariesForAbi(Path nativeLibsDir,
com.google.common.collect.ImmutableMultimap<String,Path> allLibraries,
String abi,
com.google.common.collect.ImmutableSet<String> ignoreLibraries) |
com.google.common.collect.ImmutableMap<Path,Path> |
getFilesToInstall() |
com.google.common.collect.ImmutableMap<Path,String> |
getMetadataToInstall() |
public static final Path NATIVE_LIBS_DIR
public com.google.common.collect.ImmutableMap<Path,Path> getFilesToInstall() throws IOException
IOException
public com.google.common.collect.ImmutableMap<Path,String> getMetadataToInstall() throws IOException
IOException