Merge "Fix mac build."
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 31837a2..621d14c 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -218,4 +218,10 @@
     srcs: [
         "tests/GenGnuDebugdata.cpp",
     ],
+
+    target: {
+        darwin: {
+            enabled: false,
+        },
+    },
 }