public interface NativeLibraryBuildRule
BuildRule
that contains various .so
files for Android, organized by target CPU
architecture.Modifier and Type | Method and Description |
---|---|
Path |
getLibraryPath()
Returns the path to the directory containing
.so files organized by target CPU
architecture. |
boolean |
isAsset() |
boolean isAsset()
.so
files in the directory returned by getLibraryPath()
should be included in the assets
folder in the APK.Path getLibraryPath()
.so
files organized by target CPU
architecture. This often contains subdirectories such as:
armeabi
armeabi-v7a