Home
last modified time | relevance | path

Searched refs:intermediateTextProtoPath (Results 1 – 2 of 2) sorted by relevance

/build/soong/aconfig/build_flags/
Dall_build_flag_declarations.go34 intermediateTextProtoPath android.OutputPath member
62 …this.intermediateTextProtoPath = android.PathForIntermediates(ctx, "all_build_flag_declarations.te…
66 Output: this.intermediateTextProtoPath,
69 ctx.Phony("all_build_flag_declarations_textproto", this.intermediateTextProtoPath)
76 …ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "build_flags/all_flags.textproto…
/build/soong/aconfig/
Dall_aconfig_declarations.go35 intermediateTextProtoPath android.OutputPath member
77 …this.intermediateTextProtoPath = android.PathForIntermediates(ctx, "all_aconfig_declarations.textp…
81 Output: this.intermediateTextProtoPath,
87 ctx.Phony("all_aconfig_declarations_textproto", this.intermediateTextProtoPath)
94 ctx.DistForGoalWithFilename(goal, this.intermediateTextProtoPath, "flags.textproto")