OSDN Git Service

ART: Remove multidex limit
authorAndreas Gampe <agampe@google.com>
Tue, 28 Apr 2015 03:01:52 +0000 (20:01 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 28 Apr 2015 20:39:22 +0000 (13:39 -0700)
commit32c26b8f9b995250479c185172f4ffd881a59996
treeec0dab894fd5259d625df83c18494f29dcb7fe44
parent0dd76cd3f09f495a1b9a0e4f8712c09ff885c6fd
ART: Remove multidex limit

Remove the arbitrary multidex limit. If users want to use many
files, allow them, but print a warning after a considerable amount.

Bug: 20071800
Change-Id: Ic51c96b84042f769a7d33ec53fe587b68cd69df4
runtime/dex_file.cc
runtime/dex_file.h
runtime/dex_file_test.cc
runtime/oat_file_assistant.cc