commit | e3966aa77c59150be1a258a959dc813cfc637bb3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jul 26 08:46:15 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jul 26 08:46:15 2018 -0700 |
tree | d53ba4181862237306bb2447f7cc54c5b932db11 | |
parent | c2e01833f094dfc8e0fd71f964ecbda6c93ab5a9 [diff] [blame] |
Of course I didn't want to build for Darwin! Duh! Bug: http://b/111874156 Test: I don't have a Mac Change-Id: I139ab4d574824c76b6dd0bdda18cc5bd465badaf
diff --git a/Android.bp b/Android.bp index 9e13c82..82c16a4 100755 --- a/Android.bp +++ b/Android.bp
@@ -30,6 +30,9 @@ static_libs: ["libarm-optimized-routines"], local_include_dirs: ["math/include"], target: { + darwin: { + enabled: false, + }, linux_bionic: { enabled: true, },