blob: e49fa6a3c4c32793824f3aaa7cf2c3622268e70d [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-python",
7 pkgPath: "android/soong/python",
8 deps: [
9 "blueprint",
10 "soong-android",
11 "soong-tradefed",
12 ],
13 srcs: [
14 "androidmk.go",
15 "binary.go",
16 "builder.go",
17 "defaults.go",
18 "installer.go",
19 "library.go",
20 "proto.go",
21 "python.go",
22 "test.go",
Paul Duffind0890452021-03-17 21:57:08 +000023 "testing.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070024 ],
25 testSrcs: [
26 "python_test.go",
27 ],
28 pluginFor: ["soong_build"],
29}