commit | 19f1bfc75407d2fe4be9e125d37574f59665b4a3 | [log] [tgz] |
---|---|---|
author | John Muir <muirj@google.com> | Sun Oct 15 22:26:53 2017 -0700 |
committer | John Muir <muirj@google.com> | Tue Oct 17 15:25:10 2017 -0700 |
tree | 0aff49d44b97b0e8c9fafb18e7ab06abcbfd02eb | |
parent | 9fcf14412cd0ad541125cc5a0b637c7f9c3c8f93 [diff] |
jsoncpp: Allow windows binaries. This library is being used by a tool that is cross-compiled to Windows. Bug: 67822918 Test: Windows build completes. Change-Id: I2d39183fb41879187e5c025d76aef5ed8c6e8e07
diff --git a/Android.bp b/Android.bp index d0550f1..b294db5 100644 --- a/Android.bp +++ b/Android.bp
@@ -21,4 +21,10 @@ "-Wall", "-Werror", ], + + target: { + windows: { + enabled: true, + }, + }, }