| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index c6ab4940c45c79149e1e2453945615fb49ea962e..45475b18e543420501a4dc6078c7a69c9b591631 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -34,6 +34,10 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| core,
|
| Bootstrap::corelib_source_paths_,
|
| Bootstrap::corelib_patch_paths_),
|
| + INIT_LIBRARY(ObjectStore::kAnnotation,
|
| + annotation,
|
| + Bootstrap::annotation_source_paths_,
|
| + NULL),
|
| INIT_LIBRARY(ObjectStore::kAsync,
|
| async,
|
| Bootstrap::async_source_paths_,
|
|
|