blob: 9b236cca76a6447b5e580b76f6af7db068937cfb [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `614-checker-dump-constant-location`.
// Test's Dex code.
java_test {
name: "art-run-test-614-checker-dump-constant-location",
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-614-checker-dump-constant-location-expected"],
// Include the Java source files in the test's artifacts, to make Checker assertions
// available to the TradeFed test runner.
include_srcs: true,
}
// Test's expected output.
genrule {
name: "art-run-test-614-checker-dump-constant-location-expected",
out: ["art-run-test-614-checker-dump-constant-location-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}