aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:34:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:34:07 +0000
commitb88a7c881c9261d9f94208a039da743c8261b0ff (patch)
treea982d6efe9e100e30ebd86d9d6a09cfad0f360a7
parentc08e6ab9cd6be79a767ce0acad27de5cc1420ab8 (diff)
parentf3448789e74305f1f4508581c9e01fb3213a7ec0 (diff)
downloadlibevent-b88a7c881c9261d9f94208a039da743c8261b0ff.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: f109eb43e0
am: f3448789e7 Change-Id: I512b287c8e2d78c30304aa52ccadefe466f0fea8
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4f159c8..ca2702e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,9 @@ cc_library {
name: "libevent",
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
unique_host_soname: true,
arch: {