OSDN Git Service

DexFile: Add basic support for v38 dex files.
authorNarayan Kamath <narayan@google.com>
Mon, 1 Aug 2016 13:20:31 +0000 (14:20 +0100)
committerNarayan Kamath <narayan@google.com>
Tue, 2 Aug 2016 08:31:04 +0000 (08:31 +0000)
commit52e665084f46b5ba77a2a14d41110807539c41bc
treef6b323cd02eb5fee25db71ebb3b3b9f31136620e
parent3d6094531e3790b25c43e59fd6cd0b6b99d3447c
DexFile: Add basic support for v38 dex files.

Makes sure they aren't rejected, essentially. Also adds positive
and negative test cases in dex_file_test.

bug: 30550796
Change-Id: I8c95055a22f8a1435868c8bf3497f9641b7bb900
test: make test-art-host
runtime/dex_file.cc
runtime/dex_file.h
runtime/dex_file_test.cc