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