summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorTomasz Wiszkowski <ender@google.com>2017-11-06 12:37:52 -0800
committerGreg Hartman <ghartman@google.com>2017-11-30 23:02:31 +0000
commit7b3e6515ffb4d78b03a61515447c862ae34e6a64 (patch)
tree763db80e452331c061b7b0feaf7751abdff088d1 /Android.bp
parent93da2d7f3be0434da5782bd221180ddf1646c11c (diff)
downloadlibnl-7b3e6515ffb4d78b03a61515447c862ae34e6a64.tar.gz
Enable host-side builds of libnl
Change-Id: Idb0dae9af0423cf23e392b393886053b8ddbce07 (cherry picked from commit 941dd3108c1c58ef6feb0e4d102e347d0afb4f27)
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b876f365..f4975908 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library {
name: "libnl",
+ host_supported: true,
vendor_available: true,
vndk: {
enabled: true,