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