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