commit | 26ef34c01ae5db2d3c964844b3717b8974a612c9 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Wed Nov 01 13:32:41 2017 +0000 |
committer | Orion Hodson <oth@google.com> | Wed Nov 01 16:21:52 2017 +0000 |
tree | 8470588d8d0601626b3524abb5fbe19386ba7fe4 | |
parent | 62540e3cc58abde95e147210d584614651d858b5 [diff] [blame] |
ART: Move intrinsics definitions to runtime Bug: 37538194 Test: art/test.py --host Change-Id: Ic7adf5f8b14be0e1880ae898a4e199b4416a4d24
diff --git a/runtime/Android.bp b/runtime/Android.bp index a615437..3258aae 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp
@@ -203,6 +203,7 @@ "runtime.cc", "runtime_callbacks.cc", "runtime_common.cc", + "runtime_intrinsics.cc", "runtime_options.cc", "scoped_thread_state_change.cc", "signal_catcher.cc",