diff options
| author | 2017-10-04 12:12:44 +0000 | |
|---|---|---|
| committer | 2017-10-04 12:12:44 +0000 | |
| commit | 2cee7dac0685da3aeed6451b2ce7a2556717708b (patch) | |
| tree | 48f2bb53c4b0de3a5e40ef7d73c862c21af71979 | |
| parent | bfcd0d3da60d38bd072d898fa2db4d30307d540d (diff) | |
| parent | 351d28567489385206d72f51a641e47a3371d4ad (diff) | |
Merge "ART: Bump API level used in const-method-{handle,type} test"
| -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 |