aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-22 13:43:21 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-22 13:46:43 -0700
commit0a4fdc9f3ab0d5aef8bbb802f49f3c2bd0e351ca (patch)
treef466a907a45295b72ae14e2dd27fcdb84d965e7b
parent710b722825cd1bbdb7d562d932243374cfd901a0 (diff)
downloadlibevent-0a4fdc9f3ab0d5aef8bbb802f49f3c2bd0e351ca.tar.gz
Move host library name back to libevent-host.so
There is an argument that this prevents us from using a system provided library when we intended to use our own. The build system now supports 'unique_host_soname: true' to automatically do this renaming for host libraries, while still using 'libevent' as the reference within the build files. Change-Id: Iefbb7b8f46dbe951d05d9bda262af7998bbc6929
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f72b4b9..3b9d52b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@
cc_library_shared {
name: "libevent",
host_supported: true,
+ unique_host_soname: true,
arch: {
arm: {