diff options
| author | Tomasz Wiszkowski <ender@google.com> | 2017-11-06 12:37:52 -0800 |
|---|---|---|
| committer | Greg Hartman <ghartman@google.com> | 2017-11-30 23:02:31 +0000 |
| commit | 7b3e6515ffb4d78b03a61515447c862ae34e6a64 (patch) | |
| tree | 763db80e452331c061b7b0feaf7751abdff088d1 /Android.bp | |
| parent | 93da2d7f3be0434da5782bd221180ddf1646c11c (diff) | |
| download | platform_external_libnl-7b3e6515ffb4d78b03a61515447c862ae34e6a64.tar.gz platform_external_libnl-7b3e6515ffb4d78b03a61515447c862ae34e6a64.tar.bz2 platform_external_libnl-7b3e6515ffb4d78b03a61515447c862ae34e6a64.zip | |
Enable host-side builds of libnl
Change-Id: Idb0dae9af0423cf23e392b393886053b8ddbce07
(cherry picked from commit 941dd3108c1c58ef6feb0e4d102e347d0afb4f27)
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ cc_library { name: "libnl", + host_supported: true, vendor_available: true, vndk: { enabled: true, |
