diff options
author | David Srbecky <dsrbecky@google.com> | 2015-04-12 07:45:18 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2015-04-21 12:37:13 +0100 |
commit | 3e52aa4d406fe802dabee2a2e7ba8764cc13aaaa (patch) | |
tree | 81b2d22b3fae45a0c92e688a3502335c02397934 /build | |
parent | f458ba7d9c04bc8d499532b5470af28db18e4149 (diff) | |
download | art-3e52aa4d406fe802dabee2a2e7ba8764cc13aaaa.zip art-3e52aa4d406fe802dabee2a2e7ba8764cc13aaaa.tar.gz art-3e52aa4d406fe802dabee2a2e7ba8764cc13aaaa.tar.bz2 |
Move GetAndroidToolsDir to common location.
Move the code which looks for the prebuilts directory
to CommonRuntimeTest and add test for it.
Change-Id: Id804de31c466656957fdd4b6a470f80a00477aed
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.gtest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 7283710..8c61871 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -171,6 +171,7 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ runtime/oat_file_test.cc \ runtime/oat_file_assistant_test.cc \ runtime/parsed_options_test.cc \ + runtime/prebuilt_tools_test.cc \ runtime/reference_table_test.cc \ runtime/thread_pool_test.cc \ runtime/transaction_test.cc \ |