aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c7dc337..8d5c848 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,8 +38,11 @@ cc_library {
target: {
darwin: {
enabled: false,
- }
- }
+ },
+ linux_bionic: {
+ enabled: true,
+ },
+ },
}
cc_binary {