summaryrefslogtreecommitdiff
path: root/scripts/build-apex-bundle.py
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-05 01:06:33 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-12-05 01:06:33 +0000
commit066eead96b476c33bf6f410ddbf2c588a1b404a1 (patch)
treef216ad904d475434bcffa44e2610b5adfd230ba4 /scripts/build-apex-bundle.py
parent81484fe6e62c32b4048b0634f9d930dcc272ee3a (diff)
parent3ba291457374f9781d49262ced66ac7c80b4f9cb (diff)
Merge "Remove __future__ references from python scripts" into main am: 880b50fd84 am: 3ba2914573
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3393440 Change-Id: Ibf4aa361636a759adcaf3bf3b9bfc64f449cf15f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'scripts/build-apex-bundle.py')
-rw-r--r--scripts/build-apex-bundle.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build-apex-bundle.py b/scripts/build-apex-bundle.py
index dcdd9ef7d..277e11261 100644
--- a/scripts/build-apex-bundle.py
+++ b/scripts/build-apex-bundle.py
@@ -16,8 +16,6 @@
#
"""A tool to create an APEX bundle out of Soong-built base.zip"""
-from __future__ import print_function
-
import argparse
import sys
import tempfile