|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildType
a Build Type. This is only the configuration of the build type. It does not include the sources or the dependencies. Those are available on the container or in the artifact info.
BuildTypeContainer
,
BaseArtifact.getDependencies()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the build type. |
NdkConfig |
getNdkConfig()
Returns the NDK configuration. |
java.lang.String |
getPackageNameSuffix()
Returns the package name suffix applied to this build type. |
int |
getRenderscriptOptimLevel()
Returns the optimization level of the renderscript compilation. |
java.lang.String |
getVersionNameSuffix()
Returns the version name suffix. |
boolean |
isDebuggable()
Returns whether the build type is configured to generate a debuggable apk. |
boolean |
isJniDebugBuild()
Returns whether the build type is configured to generate an apk with debuggable native code. |
boolean |
isRenderscriptDebugBuild()
Returns whether the build type is configured to generate an apk with debuggable renderscript code. |
boolean |
isRunProguard()
Returns whether proguard is enabled for this build type. |
boolean |
isZipAlign()
Return whether zipalign is enabled for this build type. |
Methods inherited from interface com.android.builder.model.BaseConfig |
---|
getBuildConfigFields, getConsumerProguardFiles, getProguardFiles |
Method Detail |
---|
@NonNull java.lang.String getName()
getName
in interface BaseConfig
boolean isDebuggable()
boolean isJniDebugBuild()
boolean isRenderscriptDebugBuild()
int getRenderscriptOptimLevel()
@Nullable java.lang.String getPackageNameSuffix()
AndroidArtifact.getPackageName()
.
@Nullable java.lang.String getVersionNameSuffix()
boolean isRunProguard()
boolean isZipAlign()
@Nullable NdkConfig getNdkConfig()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |