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 (32 lines) | stat: -rw-r--r-- 671 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
bootstrap_go_package {
    name: "soong-cc-config",
    pkgPath: "android/soong/cc/config",
    deps: [
        "soong-android",
        "soong-remoteexec",
    ],
    srcs: [
        "clang.go",
        "global.go",
        "tidy.go",
        "toolchain.go",
        "vndk.go",

        "arm_device.go",
        "arm64_device.go",
        "arm64_fuchsia_device.go",
        "x86_device.go",
        "x86_64_device.go",
        "x86_64_fuchsia_device.go",

        "x86_darwin_host.go",
        "x86_linux_host.go",
        "x86_linux_bionic_host.go",
        "x86_windows_host.go",

        "arm64_linux_host.go",
    ],
    testSrcs: [
        "tidy_test.go",
    ],
}