summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Wiszkowski <ender@google.com>2017-12-07 22:21:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-07 22:21:22 +0000
commita5589bdbc75db002d25746b513e82e73bbca9246 (patch)
treea7381d87ac64db45c02d74f26b2974a4c4c5211d
parent6bd5d10933a2e7c8b863528d0af87e3e8dc87eb9 (diff)
parentb284e13ba6d9a5bc4305649b09b5374ea528ecfa (diff)
downloadlibnl-a5589bdbc75db002d25746b513e82e73bbca9246.tar.gz
Enable host-side builds of libnl
am: b284e13ba6 Change-Id: Id2a6316613e21ec76d8f3ccadb308fa0c2933b87
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7205e1b4..78e05955 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library {
name: "libnl",
+ host_supported: true,
vendor_available: true,
vndk: {
enabled: true,