Merge "Add missing host ldlibs" am: c830898c12 am: beeecbd623
am: b81e632687

Change-Id: I9df6bc25a3c866944399ac8ff4823b590a631493
diff --git a/Android.bp b/Android.bp
index 266b50d..0a137c1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,10 @@
             local_include_dirs: [
                 "linux",
             ],
+
+            host_ldlibs: [
+                "-lrt",
+            ],
         },
 
         windows: {