aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 266b50d..0a137c1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,10 @@ cc_library {
local_include_dirs: [
"linux",
],
+
+ host_ldlibs: [
+ "-lrt",
+ ],
},
windows: {