aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Cody Schuffelen <schuffelen@google.com>2023-06-16 14:02:27 -0700
committerA. Cody Schuffelen <schuffelen@google.com>2023-06-16 14:02:27 -0700
commitf55fc187cb9e9e8fb4a0839485865c76bf195b19 (patch)
treed46bafba72891dc7f36c6a3b8df070e31cdef9dc
parent22d33955e4c2525e659f729c9f02afe09183b107 (diff)
downloadjsoncpp-f55fc187cb9e9e8fb4a0839485865c76bf195b19.tar.gz
Compile jsoncpp for Mac OS X
Bug: 287676000 Test: m libjsoncpp Change-Id: Ic84793c0dbccdc6cbfea478eaedc2103e7efa9a2
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 03e8ac1..69e24f9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,9 @@ cc_defaults {
],
target: {
+ darwin: {
+ enabled: true,
+ },
windows: {
enabled: true,
},