Merge "Do not strip libclang_cxx on darwin"
diff --git a/Android.bp b/Android.bp
index 166bb0c..cf93443 100644
--- a/Android.bp
+++ b/Android.bp
@@ -804,6 +804,13 @@
     },
     compile_multilib: "64",
     shared_libs: ["libc++_host"],
+    target: {
+        darwin: {
+            strip: {
+                none: true,
+            },
+        },
+    },
 }
 
 // Export libc++.so for the host LLVM tools