commit | 29e740fe64a8caeb04e0d686b4d1e290ba5ad1e6 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Tue Aug 20 15:31:37 2019 +0100 |
committer | Roland Levillain <rpl@google.com> | Wed Aug 21 09:49:54 2019 +0000 |
tree | 3876a87237a521234b1263660ac010336a7b3c2d | |
parent | e5a9ba3b4ce297e66e8d2a9f73440e30e7ff7c88 [diff] [blame] |
Convert the `art_apex_test.py` script to Python 2. This might help with build issues recently observed on the ART Buildbot on the AOSP builders: - aosp-builder-cc (https://ci.chromium.org/p/art/builders/ci/aosp-builder-cc); - aosp-builder-cms (https://ci.chromium.org/p/art/builders/ci/aosp-builder-cms). Test: m art-check-release-apex-gen-fakebin Test: m art-check-debug-apex-gen-fakebin Test: m art-check-testing-apex-gen-fakebin Test: art/build/apex/runtests.sh Test: Rely on ART Buildbot AOSP builders aosp-builder-cc and aosp-builder-cms Bug: 139655167 Change-Id: I42574cbfd7c41c937483e3b81427cb9ce71f8925
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index b56b171..bf9feab 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py
@@ -1,4 +1,5 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python +# -*- coding: utf-8 -*- # Copyright (C) 2019 The Android Open Source Project #