14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
|
bootstrap_go_package {
|
||
|
name: "soong-android-soongconfig",
|
||
|
pkgPath: "android/soong/android/soongconfig",
|
||
|
deps: [
|
||
|
"blueprint",
|
||
|
"blueprint-parser",
|
||
|
"blueprint-proptools",
|
||
|
],
|
||
|
srcs: [
|
||
|
"config.go",
|
||
|
"modules.go",
|
||
|
],
|
||
|
}
|