blob: 1d54575d11e126d62e6c7ccf74b5695b0080e5ce [file] [log] [blame]
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `619-checker-current-method`.
// Test's Dex code.
java_test {
name: "art-run-test-619-checker-current-method",
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-619-checker-current-method-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-619-checker-current-method-expected",
out: ["art-run-test-619-checker-current-method-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}