commit | 1c85efd33bb7e1b6e46393b9d7b46a346e32ef04 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Feb 25 17:30:31 2020 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Feb 25 17:41:06 2020 +0000 |
tree | 74bdb525025fd914b084ce8a8799fdaceb88d995 | |
parent | 276ed2824da970c04f41bdd4d9c3e20852d32344 [diff] |
Fix mac build by disabling art-module-host-exports Test: m nothing on mac Bug: 142935992 Change-Id: I8a58c84176c0520910c03b002f812aabb0056810
diff --git a/build/sdk/Android.bp b/build/sdk/Android.bp index a2d802f..9a866b9 100644 --- a/build/sdk/Android.bp +++ b/build/sdk/Android.bp
@@ -38,6 +38,9 @@ // implementation and cannot be overridden any other way. compile_multilib: "64", }, + darwin: { + enabled: false, + }, }, java_libs: [ "timezone-host",