ExternalNdkBuild

interface ExternalNdkBuild : ExternalNativeBuild


Interface for ndk-build per-variant info.

see com.android.build.api.dsl.NdkBuildFlags for expanded documentation on each of these fields.

Summary

Inherited properties

From class com.android.build.api.variant.ExternalNativeBuild
SetProperty<String>

Specifies the Application Binary Interfaces (ABI) that Gradle should build outputs for.

ListProperty<String>

Specifies arguments for CMake.

ListProperty<String>

Specifies flags for the C compiler.

ListProperty<String>

Specifies flags for the CPP compiler.

SetProperty<String>

Specifies the library and executable targets from your CMake project that Gradle should build.