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