Merge "Enable host libbcc even on unbundled builds" am: 9537e74c9f

Original change: https://android-review.googlesource.com/c/platform/frameworks/compile/libbcc/+/2268566

Change-Id: Ibb9be9d782c0d8a976f7bad9286035cf60988dd1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/lib/Android.bp b/lib/Android.bp
index 7c53f60..6ddc652 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -80,13 +80,12 @@
                 "libdl",
                 "liblog",
             ],
-        },
-    },
-
-    product_variables: {
-        unbundled_build: {
-            // Don't build in unbundled branches
-            enabled: false,
+            product_variables: {
+                unbundled_build: {
+                    // Don't build in unbundled branches
+                    enabled: false,
+                },
+            },
         },
     },
 }