Merge "Remove conditional enabled status on llvm-rs-cc" am: 229efbe6af

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

Change-Id: I43fb5202bad9712a28ae08de18c62e0ea60fd176
diff --git a/Android.bp b/Android.bp
index ce00396..9269d62 100644
--- a/Android.bp
+++ b/Android.bp
@@ -103,12 +103,6 @@
     ],
 
     shared_libs: ["libbcinfo"],
-
-    product_variables: {
-        unbundled_build: {
-            enabled: false,
-        },
-    },
 }
 
 // ========================================================
@@ -188,12 +182,6 @@
             ],
         },
     },
-
-    product_variables: {
-        unbundled_build: {
-            enabled: false,
-        },
-    },
 }
 
 cc_binary_host {