Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go312 apexRule := ctx.ModuleForTests("myapex", "android_common_myapex").Rule("apexRule")
314 optFlags := apexRule.Args["opt_flags"]
319 copyCmds := apexRule.Args["copy_commands"]
322 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned")
464 apexRule := ctx.ModuleForTests("myapex", "android_common_myapex").Rule("apexRule")
465 copyCmds := apexRule.Args["copy_commands"]
538 apexRule := ctx.ModuleForTests("myapex", "android_common_myapex").Rule("apexRule")
539 copyCmds := apexRule.Args["copy_commands"]
632 apexRule := ctx.ModuleForTests("myapex", "android_common_myapex").Rule("apexRule")
633 copyCmds := apexRule.Args["copy_commands"]
[all …]
Dapex.go53 apexRule = pctx.StaticRule("apexRule", blueprint.RuleParams{ var
979 Rule: apexRule,