From bfd6292db605f77a7f4700fded1ac4362fa385b3 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 28 Jun 2017 20:44:48 -0700 Subject: [PATCH] Fix mac build. Test: Built. Change-Id: I455381d29045dc6dddfb2b77dcde312722c06ebf --- libunwindstack/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index 31837a2b7..621d14cee 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -218,4 +218,10 @@ cc_binary_host { srcs: [ "tests/GenGnuDebugdata.cpp", ], + + target: { + darwin: { + enabled: false, + }, + }, }