blob: 8786f8af7e36f58efd15f832d0ae460e2823baa0 [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `902-hello-transformation`.
// Test's Dex code.
java_test {
name: "art-run-test-902-hello-transformation",
defaults: ["art-run-test-defaults"],
test_config_template: ":art-run-test-target-no-test-suite-tag-template",
srcs: ["src/**/*.java"],
data: [":art-run-test-902-hello-transformation-expected"],
}
// Test's expected output.
genrule {
name: "art-run-test-902-hello-transformation-expected",
out: ["art-run-test-902-hello-transformation-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}