summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a7fd6b0c..4590de7d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,7 +70,9 @@ cc_library {
darwin: {
cflags: ["-fno-common"],
},
-
+ musl: {
+ cflags: ["-DMUSL"],
+ },
windows: {
enabled: true,
},