blob: 3b5445510179568839079a8ee5286ca082a78ffb [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",
Cole Faust5c503d12023-01-24 11:48:08 -080012 "soong-cc",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070013 ],
14 srcs: [
Jaewoong Jung4b79e982020-06-01 10:45:49 -070015 "binary.go",
16 "builder.go",
17 "defaults.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070018 "library.go",
19 "proto.go",
20 "python.go",
21 "test.go",
Paul Duffind0890452021-03-17 21:57:08 +000022 "testing.go",
Jaewoong Jung4b79e982020-06-01 10:45:49 -070023 ],
24 testSrcs: [
25 "python_test.go",
26 ],
27 pluginFor: ["soong_build"],
28}