summaryrefslogtreecommitdiff
path: root/android/soongconfig/Android.bp
blob: 5a6df26841679cd9c1b411ee81bab6e7088457a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

bootstrap_go_package {
    name: "soong-android-soongconfig",
    pkgPath: "android/soong/android/soongconfig",
    deps: [
        "blueprint",
        "blueprint-parser",
        "blueprint-proptools",
        "soong-starlark-format",
    ],
    srcs: [
        "config.go",
        "modules.go",
    ],
    testSrcs: [
        "modules_test.go",
    ],
}