Searched defs:RuleBuilderCommand (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | rule_builder.go | 924 type RuleBuilderCommand struct { struct 925 rule *RuleBuilder 927 buf strings.Builder 928 inputs Paths 929 implicits Paths 930 orderOnlys Paths 931 validations Paths 932 outputs WritablePaths 933 depFiles WritablePaths 934 tools Paths [all …]
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_api.go | 148 …id.Path, rb *android.RuleBuilder, writer func(*android.RuleBuilderCommand), elseBlock func(*androi… 157 …If(conditionFile android.Path, rb *android.RuleBuilder, writer func(*android.RuleBuilderCommand), …
|
/aosp_15_r20/build/soong/java/ |
H A D | droidstubs.go | 763 func addMetalavaConfigFilesToCmd(cmd *android.RuleBuilderCommand, configFiles android.Paths) { 771 func generateRevertAnnotationArgs(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubs… 1069 func treatDocumentationIssuesAsWarningErrorWhenNew(cmd *android.RuleBuilderCommand) {
|
H A D | hiddenapi_modular.go | 503 func (c hiddenAPIFlagFileCategory) commandMutator(command *android.RuleBuilderCommand, path android…
|
/aosp_15_r20/build/soong/genrule/ |
H A D | locations.go | 25 Paths(cmd *android.RuleBuilderCommand) []string
|
/aosp_15_r20/external/wayland-protocols/ |
H A D | locations.go | 31 Paths(cmd *android.RuleBuilderCommand) []string
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | avb_add_hash_footer.go | 153 func addAvbProp(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, prop avbProp) {
|