summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:35:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:35:14 +0000
commitcc2a627baa903bad438893840c08ae1d62df3d5a (patch)
treeccbfc23b835982dc78683de29ca20049df9cd890
parentbdd7f77d64de5235a170624b38c790d774f2e133 (diff)
parented2f4fe16617ec81b4cd906e681051ff0ae9d3df (diff)
downloadlibnl-cc2a627baa903bad438893840c08ae1d62df3d5a.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
am: ed2f4fe166 Change-Id: Ifb661f92295b1fba1740af68d3bffde358b5887f
-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",