diff options
author | Jeff Hao <jeffhao@google.com> | 2014-07-24 16:26:09 -0700 |
---|---|---|
committer | Jeff Hao <jeffhao@google.com> | 2014-08-06 12:49:57 -0700 |
commit | f0a3f09c3d54646166a55c05a6b39c7dd504129c (patch) | |
tree | 35a76479f1b774ae100727547a48da5bc0878e66 /build | |
parent | 484e2c2d3531e5bb36f0e1e12f26c708939c6579 (diff) | |
download | art-f0a3f09c3d54646166a55c05a6b39c7dd504129c.zip art-f0a3f09c3d54646166a55c05a6b39c7dd504129c.tar.gz art-f0a3f09c3d54646166a55c05a6b39c7dd504129c.tar.bz2 |
Fix proxy tracing and enable tests that now work with tracing.
Also updates proxy_test to generate an image for GetQuickOatCodeFor.
Bug: 16386215
Change-Id: Ie7daad3d73ea7b60187bc1e7037ade0df8277107
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.gtest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 6e27190..743ab82 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -113,6 +113,7 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ runtime/monitor_pool_test.cc \ runtime/monitor_test.cc \ runtime/parsed_options_test.cc \ + runtime/proxy_test.cc \ runtime/reference_table_test.cc \ runtime/thread_pool_test.cc \ runtime/transaction_test.cc \ @@ -123,7 +124,6 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ COMPILER_GTEST_COMMON_SRC_FILES := \ runtime/jni_internal_test.cc \ - runtime/proxy_test.cc \ runtime/reflection_test.cc \ compiler/dex/global_value_numbering_test.cc \ compiler/dex/local_value_numbering_test.cc \ |