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/compiler/Android.bp b/compiler/Android.bp index 595a824..0581418 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp
@@ -279,3 +279,12 @@ }, shared_libs: ["libartd"], } + +art_cc_library { + name: "libart-compiler-gtest", + defaults: ["libart-gtest-defaults"], + srcs: ["common_compiler_test.cc"], + shared_libs: [ + "libartd-compiler", + ], +}