2020-06-01 19:45:49 +02:00
|
|
|
bootstrap_go_package {
|
|
|
|
name: "soong-android-soongconfig",
|
|
|
|
pkgPath: "android/soong/android/soongconfig",
|
|
|
|
deps: [
|
|
|
|
"blueprint",
|
|
|
|
"blueprint-parser",
|
|
|
|
"blueprint-proptools",
|
|
|
|
],
|
|
|
|
srcs: [
|
|
|
|
"config.go",
|
|
|
|
"modules.go",
|
|
|
|
],
|
2020-12-16 21:42:02 +01:00
|
|
|
testSrcs: [
|
|
|
|
"modules_test.go",
|
|
|
|
],
|
2020-06-01 19:45:49 +02:00
|
|
|
}
|