summaryrefslogtreecommitdiff
path: root/python/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'python/Android.bp')
-rw-r--r--python/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/Android.bp b/python/Android.bp
index ffd03fe89..e49fa6a3c 100644
--- a/python/Android.bp
+++ b/python/Android.bp
@@ -1,3 +1,7 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
bootstrap_go_package {
name: "soong-python",
pkgPath: "android/soong/python",
@@ -16,6 +20,7 @@ bootstrap_go_package {
"proto.go",
"python.go",
"test.go",
+ "testing.go",
],
testSrcs: [
"python_test.go",