summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2012-05-03Lose libnativehelper to its own project for the PDK.Elliott Hughes
Bug: 6369821 Change-Id: Iae06cf1570a14ddefad6b31eec904d9fa598d89f
2010-12-02Fix dvmHumanReadableDescriptor("B").Elliott Hughes
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
2010-09-09Add dexgen helper classes and Android.mkPiotr Gurgul
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
2010-04-30Adapt to new location of libcoreJean-Baptiste Queru
Change-Id: I20885f385cfb325be18c33862b8e4f293a8a6146
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project