ExternalNdkBuild

public interface ExternalNdkBuild extends 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 methods

From com.android.build.api.variant.ExternalNativeBuild
abstract @NonNull SetProperty<@NonNull String>

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

abstract @NonNull ListProperty<@NonNull String>

Specifies arguments for CMake.

abstract @NonNull ListProperty<@NonNull String>

Specifies flags for the C compiler.

abstract @NonNull ListProperty<@NonNull String>

Specifies flags for the CPP compiler.

abstract @NonNull SetProperty<@NonNull String>

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