summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorUlyana Trafimovich <skvadrik@google.com>2020-07-16 14:17:11 +0000
committerUlyana Trafimovich <skvadrik@google.com>2020-07-16 14:17:11 +0000
commit3060bb919cd2f37c6a97e87c1581ac5294af72b3 (patch)
tree6a2b517812ff83cd10cc3b055635d0746157b345 /test.py
parent48ca6a681efe1fa1cf82d8af918bf9bbfd35ae96 (diff)
Revert "VIXL simulator for ART (Stage1)"
This reverts commit 48ca6a681efe1fa1cf82d8af918bf9bbfd35ae96. Reason for revert: broken build 6685551 on aosp-master on full-eng Bug: 161440641 Change-Id: I849fe53f56c4786f0f2a1605cbfd215559f11072
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.py b/test.py
index 1cbad72529..9e54363d50 100755
--- a/test.py
+++ b/test.py
@@ -33,7 +33,6 @@ parser.add_argument('--run-test', '-r', action='store_true', dest='run_test', he
parser.add_argument('--gtest', '-g', action='store_true', dest='gtest', help='execute gtest tests')
parser.add_argument('--target', action='store_true', dest='target', help='test on target system')
parser.add_argument('--host', action='store_true', dest='host', help='test on build host system')
-parser.add_argument('--simulate-arm64', action='store_true', dest='simulate_arm64', help='test on build host system')
parser.add_argument('--help-runner', action='store_true', dest='help_runner', help='show help for optional run test arguments')
options, unknown = parser.parse_known_args()