Package com.uber.okbuck.template.android
Class AndroidBinaryRule.Template
- java.lang.Object
-
- com.fizzed.rocker.RockerTemplate
-
- com.fizzed.rocker.runtime.DefaultRockerTemplate
-
- com.uber.okbuck.template.core.RuleTemplate
-
- com.uber.okbuck.template.android.AndroidBinaryRule.Template
-
- Enclosing class:
- AndroidBinaryRule
@Generated("Rocker") public static class AndroidBinaryRule.Template extends RuleTemplate
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.CollectioncpuFiltersprotected booleandebuggableprotected booleanexopackageprotected booleanincludesVectorDrawablesprotected java.lang.Stringkeystoreprotected intlinearAllocHardLimitprotected java.lang.StringmanifestSkeletonprotected booleanminifyEnabledprotected booleanmultidexEnabledprotected java.util.Mapplaceholdersprotected java.lang.StringpreprocessJavaClassesBashprotected java.util.CollectionpreprocessJavaClassesDepsprotected java.util.CollectionprimaryDexPatternsprotected java.lang.StringproguardConfigprotected java.util.CollectiontestTargets-
Fields inherited from class com.uber.okbuck.template.core.RuleTemplate
deps, extraBuckOpts, fileConfiguredVisibility, labels, name, ruleType, visibility
-
-
Constructor Summary
Constructors Constructor Description Template(AndroidBinaryRule model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__doRender()-
Methods inherited from class com.uber.okbuck.template.core.RuleTemplate
__associate
-
-
-
-
Field Detail
-
manifestSkeleton
protected final java.lang.String manifestSkeleton
-
keystore
protected final java.lang.String keystore
-
preprocessJavaClassesBash
protected final java.lang.String preprocessJavaClassesBash
-
proguardConfig
protected final java.lang.String proguardConfig
-
debuggable
protected final boolean debuggable
-
linearAllocHardLimit
protected final int linearAllocHardLimit
-
primaryDexPatterns
protected final java.util.Collection primaryDexPatterns
-
cpuFilters
protected final java.util.Collection cpuFilters
-
preprocessJavaClassesDeps
protected final java.util.Collection preprocessJavaClassesDeps
-
testTargets
protected final java.util.Collection testTargets
-
placeholders
protected final java.util.Map placeholders
-
includesVectorDrawables
protected final boolean includesVectorDrawables
-
exopackage
protected final boolean exopackage
-
minifyEnabled
protected final boolean minifyEnabled
-
multidexEnabled
protected final boolean multidexEnabled
-
-
Constructor Detail
-
Template
public Template(AndroidBinaryRule model)
-
-