diff options
author | 2017-10-04 09:52:49 +0100 | |
---|---|---|
committer | 2017-10-04 09:56:35 +0100 | |
commit | 351d28567489385206d72f51a641e47a3371d4ad (patch) | |
tree | 549c6a45222cbcf0826af09d2725aa1a5cd3f45b | |
parent | 25ae37970757ab06bb75b63a933926a4db4bb38d (diff) |
ART: Bump API level used in const-method-{handle,type} test
dx now handles these bytecodes at API level 28 (post O MR1).
Bug: 66562269
Test: art/test.py --host -j32 -r
Change-Id: I1798f2701d439cd15b4b7f134336d797b8603a5a
-rw-r--r-- | test/979-const-method-handle/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/979-const-method-handle/build b/test/979-const-method-handle/build index 966ecf4ce4..495557e3df 100644 --- a/test/979-const-method-handle/build +++ b/test/979-const-method-handle/build @@ -17,6 +17,6 @@ # Stop if something fails. set -e -${DX} --dex --min-sdk-version=27 --output=classes.dex classes +${DX} --dex --min-sdk-version=28 --output=classes.dex classes zip $TEST_NAME.jar classes.dex |