Do not strip art libs when building for linux-bionic

Otherwise we can't get any symbols out of crashes...

Test: m
Bug: 144491400
Change-Id: I7523a05b081ae776e7465a7e726f71e9fd2dc609
diff --git a/build/Android.bp b/build/Android.bp
index d686f34..0034af7 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -164,6 +164,9 @@
                 //  platform specific Bionic header.
                 "bionic_libc_platform_headers",
             ],
+            strip: {
+                none: true,
+            },
         },
         darwin: {
             enabled: false,