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