Disable unused Python 2 variant. am: 5933c383ef am: 2ca012491b am: 0326e33f9b Original change: https://android-review.googlesource.com/c/platform/external/python/uritemplates/+/2221335 Change-Id: I8856cccf6f76de2ecf124ac0942956913e3051fb Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/uritemplate/Android.bp b/uritemplate/Android.bp index 068c029..f878d86 100644 --- a/uritemplate/Android.bp +++ b/uritemplate/Android.bp
@@ -26,13 +26,5 @@ srcs: [ "*.py", ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: true, - }, - }, pkg_path: "uritemplate", }