File: Android.bp

package info (click to toggle)
android-platform-art 14.0.0%2Br15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,796 kB
  • sloc: cpp: 522,217; java: 194,312; asm: 28,950; python: 14,910; xml: 5,087; sh: 4,528; ansic: 4,035; makefile: 110; perl: 77
file content (40 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Generated by `regen-test-files`. Do not edit manually.

// Build rules for ART run-test `1939-proxy-frames`.

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "art_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["art_license"],
}

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

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

// Test's expected standard error.
genrule {
    name: "art-run-test-1939-proxy-frames-expected-stderr",
    out: ["art-run-test-1939-proxy-frames-expected-stderr.txt"],
    srcs: ["expected-stderr.txt"],
    cmd: "cp -f $(in) $(out)",
}