commit | bfd6292db605f77a7f4700fded1ac4362fa385b3 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Jun 28 20:44:48 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Jun 28 20:44:48 2017 -0700 |
tree | 8c22595cc8df9646ca52b9b1152bb7122f1809f2 | |
parent | 9302daeb1d3d12c18b99aae82342c359950dd447 [diff] |
Fix mac build. Test: Built. Change-Id: I455381d29045dc6dddfb2b77dcde312722c06ebf
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, + }, + }, }