commit | 4fbd9bc525868c1415c0adb4910c68d5bc0e3f76 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Tue Feb 18 13:56:48 2020 -0800 |
committer | Alec Mouri <alecmouri@google.com> | Fri Feb 21 14:57:56 2020 -0800 |
tree | 2b605dcfe0254f219b7b0fc9e32375148a5bd829 | |
parent | 9b9629d9fc7a87cf59db01785b2b5d8ab503fc3a [diff] [blame] |
Allow libmath to be built on windows Bug: 136263238 Test: builds Change-Id: I4b0847b581d695771e3ad26efbb4f534d50e4072
diff --git a/libs/math/Android.bp b/libs/math/Android.bp index 693bace..8e903e3 100644 --- a/libs/math/Android.bp +++ b/libs/math/Android.bp
@@ -17,6 +17,11 @@ host_supported: true, vendor_available: true, export_include_dirs: ["include"], + target: { + windows: { + enabled: true, + } + } } subdirs = ["tests"]