aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:42:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:42:38 +0000
commit5fff4d44d331f6f06f69312f654c145fe8128e2d (patch)
treed3339b925f3d369af5003e6efc2b88ac462505a7
parent91ac78fcd7f1e45bd287cd516166696fc21c4fcb (diff)
parent87456f368ca615418e71a76c6c4b1da89c270372 (diff)
downloadfutures-aml_tz3_314012010.tar.gz
Change-Id: I4bde97a21617ee2da96d8a107b6e55ef643de6fe
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9bc581b..b85574c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,3 +41,11 @@ license {
"LICENSE",
],
}
+
+python_library {
+ name: "py2-futures",
+ srcs: [
+ "concurrent/**/*.py",
+ ],
+ defaults: ["py2_only"],
+}