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