aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-08-07 14:18:18 -0700
committerElliott Hughes <enh@google.com>2017-08-07 16:58:18 -0700
commit2a572d125a91a4aafd3ad8ce87259fc640fa0763 (patch)
treebd05e575a4a2629cc420c5e2bc54f176fee611ab /Android.bp
parent596447c7ff2881a67e7082c905112584c3e61a17 (diff)
downloadlibevent-2a572d125a91a4aafd3ad8ce87259fc640fa0763.tar.gz
Upgrade to 2.1.8-stable (2017-01-22).
Bug: N/A Test: builds Change-Id: Idbbdc1db3d01984a4f4b60f8fdf455140b6b7ca6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4f159c8..f806ece 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,6 +33,8 @@ cc_library {
],
export_include_dirs: ["include"],
+ local_include_dirs: ["compat"],
+
srcs: [
// core
"buffer.c",
@@ -46,6 +48,7 @@ cc_library {
"evthread.c",
"evutil.c",
"evutil_rand.c",
+ "evutil_time.c",
"listener.c",
"log.c",
"signal.c",