aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index b85574c..9bc581b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,11 +41,3 @@ license {
"LICENSE",
],
}
-
-python_library {
- name: "py2-futures",
- srcs: [
- "concurrent/**/*.py",
- ],
- defaults: ["py2_only"],
-}