commit | 8afeb85d3def12b559b7565fb6d3956f81b55132 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Apr 02 14:55:49 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Wed Apr 02 14:55:49 2014 -0700 |
tree | 60ac7c63d7adba0dc117ac88dd98cc97a879e0ca | |
parent | 0807e7bbbafc4b4e8e7fb1d2d54fbcb011c05c82 [diff] [blame] |
Pass instruction-set from runtime through to spawned dex2oat. Change-Id: I1727af7beb9f710c29124d4d6bc9175e4856f3cc
diff --git a/runtime/Android.mk b/runtime/Android.mk index 697d1a3..6523b93 100644 --- a/runtime/Android.mk +++ b/runtime/Android.mk
@@ -73,6 +73,7 @@ hprof/hprof.cc \ image.cc \ indirect_reference_table.cc \ + instruction_set.cc \ instrumentation.cc \ intern_table.cc \ interpreter/interpreter.cc \