DSL object for per-variant CMake and ndk-build configurations.
| Property | Description | 
cmake | Encapsulates per-variant CMake configurations, such as compiler flags and toolchain arguments.
To enable external native builds and set the path to your CMakeLists.txt script, use
  | 
ndkBuild | Encapsulates per-variant ndk-build configurations, such as compiler flags and toolchain
arguments. To enable external native builds and set the path to your Android.mk script, use
  | 
Encapsulates per-variant CMake configurations, such as compiler flags and toolchain arguments.
To enable external native builds and set the path to your CMakeLists.txt script, use
CmakeOptions.
ExternalNativeNdkBuildOptions ndkBuild
Encapsulates per-variant ndk-build configurations, such as compiler flags and toolchain
arguments. To enable external native builds and set the path to your Android.mk script, use
NdkBuildOptions.