summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2017-12-01 18:52:06 +0000
committerJosh Gao <jmgao@google.com>2017-12-01 18:52:06 +0000
commit6561ca3b460c6e9ed2cd05bf6751d84894f7eadd (patch)
tree763db80e452331c061b7b0feaf7751abdff088d1 /Android.bp
parent297c06396c6afa5cd6e77f711751fd7dd49df473 (diff)
downloadlibnl-6561ca3b460c6e9ed2cd05bf6751d84894f7eadd.tar.gz
Revert "Disable libnl builds on OSX / Darwin"
This reverts commit 297c06396c6afa5cd6e77f711751fd7dd49df473. Reason for revert: identical change was merged at a different spot in the file. Change-Id: If2b827d4bb60122c407b6cb6feae9894d5172847
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 5e6a1dcb..f4975908 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,10 +57,5 @@ cc_library {
sanitize: {
integer_overflow: true,
},
- target: {
- darwin: {
- enabled: false,
- },
- },
}