aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 06:10:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 06:10:00 +0000
commit528d88782f145be123c99fc9328590ac2bb5fb40 (patch)
treea982d6efe9e100e30ebd86d9d6a09cfad0f360a7
parent4619d69a510a81b1ca661259819daa03c1f95edc (diff)
parente6afc96c0f959ce520a7117229c8148912dbfec6 (diff)
downloadlibevent-528d88782f145be123c99fc9328590ac2bb5fb40.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: 9f3cfa4a06
am: e6afc96c0f Change-Id: I8dcea8ec1bc65b35a8b8fa2208b8bf8c2fb87139
-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: {