blob: 9bef370fdca84c52033342551b76d98b5a98abac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Generated by `regen-test-files`. Do not edit manually.
// Build rules for ART run-test `605-new-string-from-bytes`.
// Test's Dex code.
java_test {
name: "art-run-test-605-new-string-from-bytes",
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-605-new-string-from-bytes-expected"],
}
// Test's expected output.
genrule {
name: "art-run-test-605-new-string-from-bytes-expected",
out: ["art-run-test-605-new-string-from-bytes-expected.txt"],
srcs: ["expected.txt"],
cmd: "cp -f $(in) $(out)",
}
|