blob: 6bb68eb2d1654c235679b2c32a194f43440df0ed [file] [log] [blame]
Jaewoong Jung4b79e982020-06-01 10:45:49 -07001bootstrap_go_package {
2 name: "soong-android-soongconfig",
3 pkgPath: "android/soong/android/soongconfig",
4 deps: [
5 "blueprint",
6 "blueprint-parser",
7 "blueprint-proptools",
8 ],
9 srcs: [
10 "config.go",
11 "modules.go",
12 ],
Liz Kammer432bd592020-12-16 12:42:02 -080013 testSrcs: [
14 "modules_test.go",
15 ],
Jaewoong Jung4b79e982020-06-01 10:45:49 -070016}