aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-05-04 19:41:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-04 19:41:20 +0000
commit0293a8a8f4e67784e70303e2813ec9b3d9fb274f (patch)
tree463078ef859f103f2b4e20cd732d90adb767f5cf
parent6cc1304d7c8a3d66aace1b52e3ac114bd3eb8316 (diff)
parente3745d84419dd2604e5eb8c15daa208defc2393f (diff)
downloadgtest-0293a8a8f4e67784e70303e2813ec9b3d9fb274f.tar.gz
Merge "Update Android.bp to match Android.mk" am: a2a1af6d88
am: e3745d8441 * commit 'e3745d84419dd2604e5eb8c15daa208defc2393f': Update Android.bp to match Android.mk Change-Id: If8217f7dcc5657884ae9a4e33d80ddd801a890ea
-rw-r--r--Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ba6542c..1d95598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -229,3 +229,14 @@ cc_test {
],
}
+cc_library_static {
+ name: "libgtest_prod",
+ host_supported: true,
+ srcs: [],
+ export_include_dirs: ["include"],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
+}