File: Android.bp

package info (click to toggle)
golang-android-soong 0.0~git20201014.17e97d9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,680 kB
  • sloc: python: 3,000; sh: 1,780; cpp: 66; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 986 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
41
42
43
44
bootstrap_go_package {
    name: "soong-rust",
    pkgPath: "android/soong/rust",
    deps: [
        "soong",
        "soong-android",
        "soong-cc",
        "soong-rust-config",
    ],
    srcs: [
        "androidmk.go",
        "binary.go",
        "bindgen.go",
        "builder.go",
        "clippy.go",
        "compiler.go",
        "coverage.go",
        "library.go",
        "prebuilt.go",
        "proc_macro.go",
        "project_json.go",
        "protobuf.go",
        "rust.go",
        "strip.go",
        "source_provider.go",
        "test.go",
        "testing.go",
    ],
    testSrcs: [
        "binary_test.go",
        "bindgen_test.go",
        "builder_test.go",
        "clippy_test.go",
        "compiler_test.go",
        "coverage_test.go",
        "library_test.go",
        "project_json_test.go",
        "protobuf_test.go",
        "rust_test.go",
        "source_provider_test.go",
        "test_test.go",
    ],
    pluginFor: ["soong_build"],
}