summaryrefslogtreecommitdiff
path: root/test/1945-proxy-method-arguments/Android.bp
blob: 7236fd18c60d34a7661873ffa70bc3af9e32ed72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Generated by `regen-test-files`. Do not edit manually.

// Build rules for ART run-test `1945-proxy-method-arguments`.

// Test's Dex code.
java_test {
    name: "art-run-test-1945-proxy-method-arguments",
    defaults: ["art-run-test-defaults"],
    test_config_template: ":art-run-test-target-no-test-suite-tag-template",
    srcs: ["src/**/*.java"],
    data: [":art-run-test-1945-proxy-method-arguments-expected-stdout"],
}

// Test's expected output.
genrule {
    name: "art-run-test-1945-proxy-method-arguments-expected-stdout",
    out: ["art-run-test-1945-proxy-method-arguments-expected-stdout.txt"],
    srcs: ["expected-stdout.txt"],
    cmd: "cp -f $(in) $(out)",
}