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