History log of /dalvik/Android.mk
Revision Date Author Comments
58f0543ccaeb5889d9429810649b8b2afa7b7342 28-Aug-2015 Aart Bik <ajcbik@google.com> Remove dexlist code from dalvik.

Dalvik dexlist has been replaced with an Art dexlist.
Unless dexdump, this migration is straightforward
since the windows SDK does not ship dexlist.

Bug: 22322814
Change-Id: If216309a9275959818e31f54d07a5d09de44a3f4
1a65052468068a4e9a859d185860510aa1d8cfd4 08-Jul-2015 Aart Bik <ajcbik@google.com> Revert "Remove libdex (including dexdump/list)."

This reverts commit 48a66c5d261c333fc3d672e910b26cd6b1a05083.


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

Change-Id: Ib5d25b65ffef8bebc42fc586d2c65add04aa2b54
48a66c5d261c333fc3d672e910b26cd6b1a05083 08-Jul-2015 Aart Bik <ajcbik@google.com> Remove libdex (including dexdump/list).

Rationale:
Utilities dexdump and dexlist are now provided by Art.
This CL removes the utilities and supporting libdex.

Bug: 22322814
Change-Id: I032d6e4021a2c75b530e6116bca03c6a8dead2c3
870b4f2d70d67d6dbb7d0881d101c61bed8caad2 05-Aug-2014 Brian Carlstrom <bdc@google.com> Dalvik is dead, long live Dalvik!

croot
cd dalvik
repo start dalvik-is-dead-long-live-dalvik .
repo sync -c .
git rm -r README.txt
git rm -r dexopt
git rm -r tools/deadcode.py
git rm -r tools/dex-preopt
git rm -r tools/dexcheck
git rm -r tools/gdbjithelper
git rm -r unit-tests
git rm -r vm
git checkout HEAD vm/Common.h (needed by libdex)
git checkout HEAD vm/DalvikVersion.h (needed by libdex)
git checkout HEAD vm/Profile.h (needed by dmtracedump)
git add Android.mk (after removing vm, dexopt, and unit-tests references)
git commit -a -m 'Dalvik is dead, long live Dalvik!'

Bug: 14298175
Change-Id: I9dd13053677629d13496d4238af4374452cda415
66398b57e33cba0c38d2aa510712bf3e6fbc7645 18-Jun-2014 Brian Carlstrom <bdc@google.com> Dalvik is dead, long live Dalvik! DO NOT MERGE

croot
cd dalvik
repo start dalvik-is-dead-long-live-dalvik .
repo sync -c .
git rm -r README.txt
git rm -r dexopt
git rm -r tools/deadcode.py
git rm -r tools/dex-preopt
git rm -r tools/dexcheck
git rm -r tools/dexdeps
git rm -r tools/gdbjithelper
git rm -r unit-tests
git rm -r vm
git checkout vm/Common.h (needed by libdex)
git checkout vm/DalvikVersion.h (needed by libdex)
git checkout vm/Profile.h (needed by dmtracedump)
git add Android.mk (after removing vm, dexopt, and unit-tests references)
git commit -a -m 'Dalvik is dead, long live Dalvik! DO NOT MERGE'

Bug: 14298175
Change-Id: I01fe0381737379178e3e1e16ec10f0b83ca53853
a9b6725d1c13515e20e6e1288a165b2dea95eac7 17-Jun-2013 Brian Carlstrom <bdc@google.com> Move to new art dalvikvm

Change-Id: I93f66d294f6c02069dc8a539c54966ba41417ca2
eb1703442f3fc0577b3395b7eb4d55300b4125db 29-Jan-2013 Nick Kralevich <nnk@google.com> dvz: remove dead code.

dvz is never used. Delete it.

Change-Id: If2b5ccbf6668a1044a0d57e09ce6d0c0923c6c76
2b02fef409ebf91d3a9e6a624ab4f60ef540dbc9 04-May-2012 Elliott Hughes <enh@google.com> Lose libnativehelper to its own project for the PDK.

Bug: 6369821
Change-Id: Iae06cf1570a14ddefad6b31eec904d9fa598d89f
98c3592ce74e1a516e7a2b93b82525c92918b0e4 02-Dec-2010 Elliott Hughes <enh@google.com> Fix dvmHumanReadableDescriptor("B").

dvmHumanReadableDescriptor was failing for primitive scalars in
libdvm_assert.so --- there was an assertion that wasn't true,
because we wouldn't have copied the ';' into the result (in the
other cases, we'd copy the ';' and then overwrite it).

This patch rewrites dvmHumanReadableDescriptor to be a little
less tasteless, removes the asserts, behave better when out of
memory, and to include unit tests (currently only runnable on
the device).

Bug: 3245572
Change-Id: I57b06c774a5bc61c2d374cce6285553c3c5f388b
adcf37c5226629ed9cb5e73ee7627e0a45764cab 03-Sep-2010 Piotr Gurgul <pgurgul@google.com> Add dexgen helper classes and Android.mk

This commit adds the very first classes to the dexgen project together with
its Android.mk file. These are the helper classes needed by dex class builder.

Change-Id: I47f8132443f43881826d24a854ab6bafb14181bd
ddb6aab7f57d3c68941e39a2b49f18603f361218 03-May-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: Ic8106513bd8bd27ccd785f792dca5b2b48fdf9f5
57cf2608873e13d609350bdcf33070e5cf0d15bf 30-Apr-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: I90f482f22fbac82aedbec649a72a465560c3136f
f2b0c540275d4cd9b37d292a21eb3a3aa5cfc063 30-Apr-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: I602be6c3a9df32b33526158d46b406e4196a577b
11998b3320aa07dd8bacb12ab113a198bbf7626a 30-Apr-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: Ic63de1ef810434dad7e07dcfd8452f1630ec70c5
0f93168feebe941eeb5096a6dc0c7c08bfc1cda8 30-Apr-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: I20885f385cfb325be18c33862b8e4f293a8a6146
ca9708398d9736d57017f569c03b8cce33a3e09e 30-Apr-2010 Jean-Baptiste Queru <jbq@google.com> Adapt to new location of libcore

Change-Id: I4ad03a41718d3c30ce4117114f71b07a3d023dde
62260de9f1aa64848b79e60c7f7e9a0be8977569 26-Feb-2010 Elliott Hughes <enh@google.com> Break the sqlite JDBC driver out from our JDBC implementation.

The JDBC driver is from a different source
(http://www.ch-werner.de/javasqlite/overview-summary.html) and is only
really needed for testing.

Bug 2468870 asks that we don't eagerly register the native methods for
these classes. That bug is fixed by this change.

Bug 2198667 asks that we stop shipping this JDBC driver as part of the
base system. That bug is not addressed by this change: the classes and
native code are now in their own, separate, .jar and .so files -- so
they'll be easier to remove in future -- but for now those files are
still in /system/framework and /system/lib respectively.

Bug: 2468870
Bug: 2198667
f6c387128427e121477c1b32ad35cdcaa5101ba3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
f72d5de56a522ac3be03873bdde26f23a5eeeb3c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
89c1feb0a69a7707b271086e749975b3f7acacf7 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
2ad60cfc28e14ee8f0bb038720836a4696c478ad 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution