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