aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index ce99854..8fd6a83 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,19 +28,3 @@ license {
"LICENSE",
],
}
-
-python_library {
- name: "py-cachetools",
- host_supported: true,
- srcs: [
- "src/cachetools/*.py",
- ],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
-}