summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-03 06:41:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-03 06:41:51 +0000
commit1e70c59c2309645d3290f141903be65afb4abdf4 (patch)
treeccbfc23b835982dc78683de29ca20049df9cd890
parentbdd7f77d64de5235a170624b38c790d774f2e133 (diff)
parent3c34709bed71d806fda8cbe80bb15f8bfca4f464 (diff)
downloadlibnl-1e70c59c2309645d3290f141903be65afb4abdf4.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: 9ee55f74f1
am: 3c34709bed Change-Id: I05935a92b8cb99c4edd4f6160ac516bb96a141a2
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 53828f63..f7b0a106 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,6 +2,9 @@
cc_library {
name: "libnl",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: [
"lib/cache.c",