Merge "Enable libcompiler_rt-extras under host bionic"
diff --git a/Android.bp b/Android.bp
index e8e85dc..ffe527a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,6 +57,9 @@
     },
 
     target: {
+        linux_bionic: {
+            enabled: true,
+        },
         windows: {
             enabled: true,
         },