summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-01-30 16:58:39 -0800
committerIan Rogers <irogers@google.com>2014-01-30 16:58:39 -0800
commit43b2e0f9105848da6470458e7c04bf1fd7fcb25c (patch)
tree65406c86398c27c934169251c3a4446e99c885f7 /runtime/Android.mk
parentf7eedc939e9dc07b627b2f94eb132155be992883 (diff)
downloadart-43b2e0f9105848da6470458e7c04bf1fd7fcb25c.zip
art-43b2e0f9105848da6470458e7c04bf1fd7fcb25c.tar.gz
art-43b2e0f9105848da6470458e7c04bf1fd7fcb25c.tar.bz2
Fix multi-line hex dumping and add unit test.
Change-Id: I7657018fef5d9c17410a9a634db275555f180014
Diffstat (limited to 'runtime/Android.mk')
-rw-r--r--runtime/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 9e6d5f9..c180b17 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -23,6 +23,7 @@ LIBART_COMMON_SRC_FILES := \
barrier.cc \
base/allocator.cc \
base/bit_vector.cc \
+ base/hex_dump.cc \
base/logging.cc \
base/mutex.cc \
base/stringpiece.cc \