aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2021-12-02 00:55:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-02 00:55:17 +0000
commitb41ab41666c0811af515576da44809450a0ed813 (patch)
tree5445fb790b73b05f5297f7c8d8f61e2e97c46fbe
parent86e1b700d913b1e58cad77c9281603ce92aabe12 (diff)
parentf0f735cd819fe8ef11fc866c7628e8654084af79 (diff)
downloadfutures-b41ab41666c0811af515576da44809450a0ed813.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/futures/+/1903710 Change-Id: I06197e0bdaa4e6ea9512f96e36abdb61e690b8da
-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"],
-}