commit | 0e77120dfdb89a13b527839565979b12cd24f0ad | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Apr 02 00:23:30 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 02 00:23:30 2019 +0000 |
tree | de753c242912b1b81ecf364f1f97740d40138464 | |
parent | 3b25a17a8a844ad6d9da8448ff0794bc8f813e27 [diff] | |
parent | d33a2ee1720124d55734d6faf7086c5aba3cff57 [diff] |
Merge "libutilscallstack: removed from darwin"
diff --git a/libutils/Android.bp b/libutils/Android.bp index 3e7d0ba..4f194c7 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -183,6 +183,9 @@ "ProcessCallStack.cpp", ], }, + darwin: { + enabled: false, + }, windows: { enabled: false, },