summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-06-28 20:44:48 -0700
committerChristopher Ferris <cferris@google.com>2017-06-28 20:44:48 -0700
commit4f6e0a98a3d9051476a9320c164e8778579d95a1 (patch)
treee22fe3d184495fe3e43cad7f1666337352ef0cbb
parentb5cf3881c32db7e97f6fafb444deda3672db75fd (diff)
downloadunwinding-4f6e0a98a3d9051476a9320c164e8778579d95a1.tar.gz
Fix mac build.
Test: Built. Change-Id: I455381d29045dc6dddfb2b77dcde312722c06ebf
-rw-r--r--libunwindstack/Android.bp6
1 files changed, 6 insertions, 0 deletions
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 @@ cc_binary_host {
srcs: [
"tests/GenGnuDebugdata.cpp",
],
+
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
}