aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-07-26 15:01:09 -0700
committerYabin Cui <yabinc@google.com>2016-07-26 15:10:56 -0700
commit848a1b67790fcb97f3a83d0af83f2e02990126b0 (patch)
tree2371192e5de8ee089f816d71efa65c6bff75af3e
parent0a4fdc9f3ab0d5aef8bbb802f49f3c2bd0e351ca (diff)
downloadlibevent-848a1b67790fcb97f3a83d0af83f2e02990126b0.tar.gz
Build static libraries for libevent on host and device.
It is used by simpleperf. Bug: http://b/30405638 Change-Id: I3fa75ab5f36b2153fd5e72e05e3d054ff35d864e
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
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,