Merge "Allow libgtest on unbundled builds"
diff --git a/Android.bp b/Android.bp
index 1d95598..65a7676 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,16 +36,6 @@
     ],
     cflags: ["-Wno-missing-field-initializers"],
     cppflags: ["-std=gnu++98"],
-    target: {
-        android: {
-            product_variables: {
-                unbundled_build: {
-                    // Don't build for unbundled branches
-                    enabled: false,
-                },
-            },
-        },
-    },
 }
 
 cc_defaults {
@@ -193,16 +183,6 @@
     cflags: ["-Wno-empty-body"],
     local_include_dirs: ["include"],
     host_supported: true,
-    target: {
-        android: {
-            product_variables: {
-                unbundled_build: {
-                    // Don't build for unbundled branches
-                    enabled: false,
-                },
-            },
-        },
-    },
     test_per_src: true,
     srcs: [
         "test/gtest_all_test.cc",