aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-05-04 19:38:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-04 19:38:09 +0000
commite3745d84419dd2604e5eb8c15daa208defc2393f (patch)
tree54e9c6236d2de19ce93d81eba5b57cb964c3f326
parentb688b3ca564cdd9a32882e3b20160cffab4b1e0f (diff)
parenta2a1af6d88e870e104a7d899a158ec241f07e71c (diff)
downloadgtest-e3745d84419dd2604e5eb8c15daa208defc2393f.tar.gz
Merge "Update Android.bp to match Android.mk"
am: a2a1af6d88 * commit 'a2a1af6d88e870e104a7d899a158ec241f07e71c': Update Android.bp to match Android.mk Change-Id: If520b74034c08ffca8bafae523a5194952c06c6c
-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,
+ },
+ },
+}