From 848a1b67790fcb97f3a83d0af83f2e02990126b0 Mon Sep 17 00:00:00 2001 From: Yabin Cui Date: Tue, 26 Jul 2016 15:01:09 -0700 Subject: Build static libraries for libevent on host and device. It is used by simpleperf. Bug: http://b/30405638 Change-Id: I3fa75ab5f36b2153fd5e72e05e3d054ff35d864e --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 3b9d52b..bad0ea3 100644 --- a/Android.bp +++ b/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -cc_library_shared { +cc_library { name: "libevent", host_supported: true, unique_host_soname: true, -- cgit v1.2.3