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