Searched defs:RuleBuilder (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | rule_builder.go | 46 type RuleBuilder struct { struct 47 pctx PackageContext 48 ctx BuilderContext 50 commands []*RuleBuilderCommand 51 installs RuleBuilderInstalls 52 temporariesSet map[WritablePath]bool 53 restat bool 54 sbox bool 55 highmem bool 56 remoteable RemoteRuleSupports [all …]
|
H A D | proto.go | 129 func ProtoRule(rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
|
/aosp_15_r20/build/soong/java/ |
H A D | droiddoc.go | 725 func javadocCmd(ctx android.ModuleContext, rule *android.RuleBuilder, srcs android.Paths, 751 func javadocSystemModulesCmd(ctx android.ModuleContext, rule *android.RuleBuilder, srcs android.Pat… 769 func javadocBootclasspathCmd(ctx android.ModuleContext, rule *android.RuleBuilder, srcs android.Pat… 790 func dokkaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, 921 func zipSyncCmd(ctx android.ModuleContext, rule *android.RuleBuilder, 942 func zipSyncCleanupCmd(rule *android.RuleBuilder, srcJarDir android.ModuleOutPath) {
|
H A D | hiddenapi_singleton.go | 221 func commitChangeForRestat(rule *android.RuleBuilder, tempPath, outputPath android.WritablePath) {
|
H A D | droidstubs.go | 702 func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, srcs android.Paths,
|
H A D | java.go | 2130 func metalavaStubCmd(ctx android.ModuleContext, rule *android.RuleBuilder,
|
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 135 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 176 module *ModuleConfig, rule *android.RuleBuilder) android.WritablePath { 233 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int,
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_api.go | 148 func wrapWithDiffCheckIfElse(conditionFile android.Path, rb *android.RuleBuilder, writer func(*andr… 157 func wrapWithDiffCheckIf(conditionFile android.Path, rb *android.RuleBuilder, writer func(*android.… 172 rb *android.RuleBuilder,
|
/aosp_15_r20/build/soong/cc/ |
H A D | gen.go | 62 func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile android.Path, 110 rule *android.RuleBuilder,
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | aconfig_files.go | 23 func (f *filesystem) buildAconfigFlagsFiles(ctx android.ModuleContext, builder *android.RuleBuilder…
|
H A D | fsverity_metadata.go | 45 …system) buildFsverityMetadataFiles(ctx android.ModuleContext, builder *android.RuleBuilder, specs …
|
H A D | filesystem.go | 81 …BuildLinkerConfigFile(ctx android.ModuleContext, builder *android.RuleBuilder, rebasedDir android.… 1058 func assertMaxImageSize(builder *android.RuleBuilder, image android.Path, maxSize int64, addAvbLate…
|
H A D | logical_partition.go | 205 …eFilesystem(ctx android.ModuleContext, p partitionProperties, builder *android.RuleBuilder) (andro…
|
/aosp_15_r20/build/soong/linkerconfig/ |
H A D | linkerconfig.go | 93 func BuildLinkerConfig(ctx android.ModuleContext, builder *android.RuleBuilder,
|
/aosp_15_r20/build/soong/genrule/ |
H A D | genrule.go | 994 func getSandboxedRuleBuilder(ctx android.ModuleContext, r *android.RuleBuilder) *android.RuleBuilde…
|