Snap for 8730993 from 87456f368ca615418e71a76c6c4b1da89c270372 to mainline-tzdata3-release

Change-Id: I4bde97a21617ee2da96d8a107b6e55ef643de6fe
diff --git a/Android.bp b/Android.bp
index 9bc581b..b85574c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,3 +41,11 @@
         "LICENSE",
     ],
 }
+
+python_library {
+  name: "py2-futures",
+  srcs: [
+    "concurrent/**/*.py",
+  ],
+  defaults: ["py2_only"],
+}