summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-12-01 16:59:21 -0800
committerElliott Hughes <enh@google.com>2010-12-02 09:55:25 -0800
commit98c3592ce74e1a516e7a2b93b82525c92918b0e4 (patch)
treea06fa239b210ff4bc721f4bf4c765febb236ac89 /Android.mk
parent94a6213f5693c3cd994f9734c6a085003692a5ba (diff)
downloaddalvik-98c3592ce74e1a516e7a2b93b82525c92918b0e4.tar.gz
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7a950a1dc..8ab58e9d2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,6 +26,7 @@ subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
dx \
libnativehelper \
tools \
+ unit-tests \
))
include $(subdirs)