commit | 6b22aa5106e60545119b9eeaceaa9f87ee597305 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 12 14:35:39 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Sep 15 12:24:25 2016 -0700 |
tree | ab26f42ac9fb9fff52c6f0683561c0bcdebd9569 | |
parent | 6b4d988feb18559204f7175914851baf28febd8c [diff] [blame] |
Convert libart-gtest to Android.bp Change-Id: Ibea17e3e002e6ad3f82158cd3c69d087fa9b15c9
diff --git a/runtime/Android.bp b/runtime/Android.bp index eb7b0c8..e4d50ee 100644 --- a/runtime/Android.bp +++ b/runtime/Android.bp
@@ -462,6 +462,15 @@ ], } +art_cc_library { + name: "libart-runtime-gtest", + defaults: ["libart-gtest-defaults"], + srcs: ["common_runtime_test.cc"], + shared_libs: [ + "libartd", + ], +} + subdirs = [ "openjdkjvm", "openjdkjvmti",