blob: e7fa5a03615897c13332b718257450c6219fc8f7 [file] [log] [blame]
Bob Badour02040de2021-02-03 18:08:28 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Jaewoong Jung4b79e982020-06-01 10:45:49 -07005bootstrap_go_package {
6 name: "soong-android-soongconfig",
7 pkgPath: "android/soong/android/soongconfig",
8 deps: [
9 "blueprint",
10 "blueprint-parser",
11 "blueprint-proptools",
12 ],
13 srcs: [
14 "config.go",
15 "modules.go",
16 ],
Liz Kammer432bd592020-12-16 12:42:02 -080017 testSrcs: [
18 "modules_test.go",
19 ],
Jaewoong Jung4b79e982020-06-01 10:45:49 -070020}