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 (15 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bootstrap_go_package {
    name: "soong-remoteexec",
    pkgPath: "android/soong/remoteexec",
    deps: [
        "blueprint",
        "soong-android",
    ],
    srcs: [
        "remoteexec.go",
    ],
    testSrcs: [
        "remoteexec_test.go",
    ],
    pluginFor: ["soong_build"],
}