commit | 43b2e0f9105848da6470458e7c04bf1fd7fcb25c | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Jan 30 16:58:39 2014 -0800 |
committer | Ian Rogers <irogers@google.com> | Thu Jan 30 16:58:39 2014 -0800 |
tree | 65406c86398c27c934169251c3a4446e99c885f7 | |
parent | f7eedc939e9dc07b627b2f94eb132155be992883 [diff] [blame] |
Fix multi-line hex dumping and add unit test. Change-Id: I7657018fef5d9c17410a9a634db275555f180014
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 @@ barrier.cc \ base/allocator.cc \ base/bit_vector.cc \ + base/hex_dump.cc \ base/logging.cc \ base/mutex.cc \ base/stringpiece.cc \