History log of /art/dexlist/Android.mk
Revision Date Author Comments
b1b45bec6a3eed1fb95dabd95b1957a51341dc2a 28-Aug-2015 Aart Bik <ajcbik@google.com> Make Art's dexlist the real one!

Renaming dexlist2 into dexlist now that Dalvik's dexlist
is gone. Unless dexdump, this migration is straightforward
since the windows SDK does not ship dexlist.

Bug: 22322814
Change-Id: I721a72abdd9a17329b53020274495323467e388e
754a4457ff34aa35336284e633be7ac0a23a683d 21-Jul-2015 Ying Wang <wangying@google.com> Prefer 32-bit host executables on Mac.

Bug: 22527295
Change-Id: I2cb1d3086b65b8227e6bdac9c0485fdc452f1e9c
22c26f5b454b56a20215cb8bbc5e8afcaccafdb0 08-Jul-2015 Aart Bik <ajcbik@google.com> Revert "Make Art dexdump/list the real utilities."

This reverts commit d10ee1ce1ccd92c003ec49c15edf339e74c13894.


REASON:
win_sdk is not happy with my migration :-(

Change-Id: I2ed196da3f5883112883525f883d25b36e48352a
d10ee1ce1ccd92c003ec49c15edf339e74c13894 08-Jul-2015 Aart Bik <ajcbik@google.com> Make Art dexdump/list the real utilities.

Note: depends on pending CL that removes
old dexdump/list and libdex.

Bug: 22322814
Change-Id: I99259553f0f4655a633989feb8d67aa11de8b29d
3e40f4a7289bf0104e061dc36f17a776d4c122d4 08-Jul-2015 Aart Bik <ajcbik@google.com> Migrated dexlist from Dalvik (libdex) into Art (libart)

Rationale:
The new dexlist (temporarily called dexlist2 until we are
satisfied with the migration) is a re-implementation of the
original dexlist utility that was based on Dalvik functions
in libdex into a new dexlist that is now based on Art functions
in libart instead.

Bug: 22322814
Change-Id: I0f034d66c1a1f3c5450423f57fcdc23e2f5a1e29