public final class NativeDeps
extends java.lang.Object
| Constructor and Description |
|---|
NativeDeps() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getDependencies(java.lang.String soName,
ElfByteChannel bc) |
static java.lang.String[] |
getDependencies(java.lang.String soName,
java.io.File elfFile) |
static boolean |
useDepsFile(byte[] apkId,
java.lang.String depsFilePath)
Enables fetching dependencies from a deps file and specifies the path to the deps file.
|
public static java.lang.String[] getDependencies(java.lang.String soName,
java.io.File elfFile)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String[] getDependencies(java.lang.String soName,
ElfByteChannel bc)
throws java.io.IOException
java.io.IOExceptionpublic static boolean useDepsFile(byte[] apkId,
java.lang.String depsFilePath)
throws java.io.IOException
java.io.IOException