commit | c9aaef3683077c2029d3612c55adaad8e33aa0aa | [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 | 898b791564f3715ac5ac0c075f821c5789c47868 [diff] | |
parent | f04c838998513effefefd6970e710ddc5e62f285 [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, + }, + }, }