Prevent dependency cycle on linux_bionic due to system_shared_libs expansion. am: 759026fed9
am: bf51fc27ed

Change-Id: I37f7b06ffc8cf5d31a84b6d9eb04cd862c98c548
diff --git a/Android.bp b/Android.bp
index b0ae367..e2a2902 100644
--- a/Android.bp
+++ b/Android.bp
@@ -160,6 +160,9 @@
             },
             system_shared_libs: [],
         },
+        linux_bionic: {
+            system_shared_libs: [],
+        },
     },
 }