diff options
Diffstat (limited to 'runtime/Android.bp')
| -rw-r--r-- | runtime/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp index a615437985..3258aaee2a 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp @@ -203,6 +203,7 @@ cc_defaults { "runtime.cc", "runtime_callbacks.cc", "runtime_common.cc", + "runtime_intrinsics.cc", "runtime_options.cc", "scoped_thread_state_change.cc", "signal_catcher.cc", |