commit | 2cd334ae2d4287216523882f0d298cf3901b7ab1 | [log] [tgz] |
---|---|---|
author | Hiroshi Yamauchi <yamauchi@google.com> | Fri Jan 09 14:03:35 2015 -0800 |
committer | Hiroshi Yamauchi <yamauchi@google.com> | Fri Jan 23 14:07:32 2015 -0800 |
tree | b72d3d07e5a04151caca96cae345075b6e4452b0 | |
parent | 604e2828896fbb8663897d1e75112da7305ead4c [diff] [blame] |
More of the concurrent copying collector. Bug: 12687968 Change-Id: I62f70274d47df6d6cab714df95c518b750ce3105
diff --git a/runtime/Android.mk b/runtime/Android.mk index d104077..8a4b8c0 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk
@@ -64,6 +64,7 @@ gc/space/image_space.cc \ gc/space/large_object_space.cc \ gc/space/malloc_space.cc \ + gc/space/region_space.cc \ gc/space/rosalloc_space.cc \ gc/space/space.cc \ gc/space/zygote_space.cc \