aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2021-11-26 10:33:54 +1100
committerThiƩbaud Weksteen <tweek@google.com>2021-12-01 21:47:26 +0000
commitf0f735cd819fe8ef11fc866c7628e8654084af79 (patch)
tree5445fb790b73b05f5297f7c8d8f61e2e97c46fbe
parent86e1b700d913b1e58cad77c9281603ce92aabe12 (diff)
downloadfutures-f0f735cd819fe8ef11fc866c7628e8654084af79.tar.gz
Remove build rule for py2-futures
This package was a backport of concurrent.futures from Python 3 to Python 2. It is used directly by VTS but this Soong build rule is not. Bug: 200119288 Test: lunch aosp_bramble-userdebug && m Change-Id: I24951b8df34262478c400a5e5f00a361e04e5ebe
-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"],
-}