aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-05-04 19:24:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-05-04 19:24:26 +0000
commita2a1af6d88e870e104a7d899a158ec241f07e71c (patch)
tree54e9c6236d2de19ce93d81eba5b57cb964c3f326
parentbb7fb4e07c39765517b6bedb7e558e0fa7d27e5c (diff)
parent2a1db292c2ebaf7106951dd8e0dc1abeb2c8913b (diff)
downloadgtest-a2a1af6d88e870e104a7d899a158ec241f07e71c.tar.gz
Merge "Update Android.bp to match Android.mk"
-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,
+ },
+ },
+}