public class NativeBuildConfigValueBuilder
extends java.lang.Object
| Constructor and Description |
|---|
NativeBuildConfigValueBuilder(java.io.File androidMk,
java.io.File executionRootPath)
Constructs a NativeBuildConfigValueBuilder which can be used to build a
NativeBuildConfigValue. |
| Modifier and Type | Method and Description |
|---|---|
com.android.build.gradle.internal.cxx.json.NativeBuildConfigValue |
build()
Builds the
NativeBuildConfigValue from the given information. |
NativeBuildConfigValueBuilder |
setCommands(java.lang.String buildCommand,
java.lang.String cleanCommand,
java.lang.String variantName,
java.lang.String commands)
Set the commands and variantName for the NativeBuildConfigValue being built.
|
public NativeBuildConfigValueBuilder(@NonNull
java.io.File androidMk,
@NonNull
java.io.File executionRootPath)
NativeBuildConfigValue.
projectRootPath -- file path to the project that contains an ndk-build project (
@NonNull public NativeBuildConfigValueBuilder setCommands(@NonNull java.lang.String buildCommand, @NonNull java.lang.String cleanCommand, @NonNull java.lang.String variantName, @NonNull java.lang.String commands)
@NonNull public com.android.build.gradle.internal.cxx.json.NativeBuildConfigValue build()
NativeBuildConfigValue from the given information.