DSL object for per-variant NDK settings, such as the ABI filter.
Property | Description |
abiFilters | ABI configurations of your native libraries Gradle should build and package with your APK. You can list any subset of the ABIs the NDK supports. |
ABI configurations of your native libraries Gradle should build and package with your APK. You can list any subset of the ABIs the NDK supports.
For example:
abiFilters 'x86', 'x86_64', 'armeabi'
When this flag is not configured, Gradle builds and packages all available ABIs.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.