diff options
Diffstat (limited to 'test/Android.bp')
| -rw-r--r-- | test/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp index c551b9de45..965d07aa43 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -267,6 +267,8 @@ art_cc_defaults { "924-threads/threads.cc", "925-threadgroups/threadgroups.cc", "927-timers/timers.cc", + "928-jni-table/jni_table.cc", + "929-search/search.cc", ], shared_libs: [ "libbase", |