commit | 5f348a40d3a049bd87029635f72628695896d15d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Jan 28 17:20:28 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Fri Jan 31 10:01:13 2025 -0800 |
tree | b9c8b0dd6e9911d706d2e401d845f49df002db36 | |
parent | 542d836c5bd1106f0a3a669bd8efcaca25eeb022 [diff] |
Remove references to different python versions Python 2 was recently deleted from android's build system, all python binary targets default to py3 now. Bug: 203436762 Test: Presubmits Change-Id: If631f2e23855950686ea8eae2504e217630f3824
diff --git a/scripts/Android.bp b/scripts/Android.bp index e86a9f2..b4d8539 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp
@@ -68,12 +68,4 @@ libs: [ "update_payload", ], - version: { - py2: { - enabled: false, - }, - py3: { - enabled: true, - }, - }, }