commit | e5d80f83ae53792bc1eebd4e33e4e99f7c031b0c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Oct 15 17:47:48 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Oct 23 11:21:11 2015 -0700 |
tree | cc21ac068a5d02349c5b1aaa8c7f61ae777f6cea | |
parent | a815f17cc82f4f238d8bdec1bd5b70fec720541e [diff] [blame] |
Move ArenaBitVector into the runtime Motivation is using arenas in the verifier. Bug: 10921004 Change-Id: I3c7ed369194b2309a47b12a621e897e0f2f65fcf
diff --git a/runtime/Android.mk b/runtime/Android.mk index 9236ffb..09d7311 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk
@@ -25,6 +25,7 @@ barrier.cc \ base/allocator.cc \ base/arena_allocator.cc \ + base/arena_bit_vector.cc \ base/bit_vector.cc \ base/hex_dump.cc \ base/logging.cc \