commit | 0910d2dbb924fd70911e89526ad936282c54a650 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Nov 29 13:39:55 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Nov 29 13:39:55 2016 -0800 |
tree | 990da721982bae75c52fb2b7f70565f5539216ab | |
parent | ab34b47b359aced9e363f4e4d7018a82720f6868 [diff] [blame] |
Enable liblog on host bionic Some of the __BIONIC__ checks were actually looking for an android device. Host bionic has __BIONIC__, but not __ANDROID__. Bug: 31559095 Test: Test linux_bionic compile Change-Id: Ia0ca36fc9486fe8ea7e5d1b2e26ab0491903723c
diff --git a/liblog/Android.bp b/liblog/Android.bp index 16aa4fa..c498153 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -73,6 +73,9 @@ linux: { host_ldlibs: ["-lrt"], }, + linux_bionic: { + enabled: true, + }, }, cflags: [