commit | e0cd1e043dbcbe9e4a134584b16339a753d2f69c | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Mar 15 15:23:36 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Mar 15 15:44:00 2017 -0700 |
tree | 1625815eb6c3713df1aaa19af5331ee4ba89e6de | |
parent | e7b335b4712bc650c93b5b5777a6f8b1d85ad83f [diff] [blame] |
Enable more modules on linux_bionic builds Bug: 31559095 Test: Enable host bionic, run soong Change-Id: Ib4ebd909322cf464b6a40040e4b60ece7d905b6f
diff --git a/libutils/Android.bp b/libutils/Android.bp index 0c777b1..2b98fef 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -17,9 +17,12 @@ host_supported: true, export_include_dirs: ["include"], target: { + linux_bionic: { + enabled: true, + }, windows: { - enabled: true, - }, + enabled: true, + }, }, }