commit | 51b4f48280bed76bdc8c1758ff6c77435989a33e | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jun 29 07:02:08 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 29 07:02:08 2017 +0000 |
tree | 84d7d75c7b59b3c1ae9573745556c92dc2da1075 | |
parent | 6afbd476abb0c30af1dc04eab3ad798accf30307 [diff] | |
parent | bfd6292db605f77a7f4700fded1ac4362fa385b3 [diff] |
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, + }, + }, }