You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
567 B
30 lines
567 B
4 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
bootstrap_go_package {
|
||
|
name: "soong-python",
|
||
|
pkgPath: "android/soong/python",
|
||
|
deps: [
|
||
|
"blueprint",
|
||
|
"soong-android",
|
||
|
"soong-tradefed",
|
||
|
],
|
||
|
srcs: [
|
||
|
"androidmk.go",
|
||
|
"binary.go",
|
||
|
"builder.go",
|
||
|
"defaults.go",
|
||
|
"installer.go",
|
||
|
"library.go",
|
||
|
"proto.go",
|
||
|
"python.go",
|
||
|
"test.go",
|
||
|
"testing.go",
|
||
|
],
|
||
|
testSrcs: [
|
||
|
"python_test.go",
|
||
|
],
|
||
|
pluginFor: ["soong_build"],
|
||
|
}
|