diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2017-03-15 15:23:36 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2017-03-15 15:44:00 -0700 |
| commit | e0cd1e043dbcbe9e4a134584b16339a753d2f69c (patch) | |
| tree | 1625815eb6c3713df1aaa19af5331ee4ba89e6de /libprocinfo | |
| parent | e7b335b4712bc650c93b5b5777a6f8b1d85ad83f (diff) | |
| download | system_core-e0cd1e043dbcbe9e4a134584b16339a753d2f69c.tar.gz system_core-e0cd1e043dbcbe9e4a134584b16339a753d2f69c.tar.bz2 system_core-e0cd1e043dbcbe9e4a134584b16339a753d2f69c.zip | |
Enable more modules on linux_bionic builds
Bug: 31559095
Test: Enable host bionic, run soong
Change-Id: Ib4ebd909322cf464b6a40040e4b60ece7d905b6f
Diffstat (limited to 'libprocinfo')
| -rw-r--r-- | libprocinfo/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libprocinfo/Android.bp b/libprocinfo/Android.bp index 8e17f1b1b..c13ffe9d3 100644 --- a/libprocinfo/Android.bp +++ b/libprocinfo/Android.bp @@ -35,6 +35,9 @@ cc_library { darwin: { enabled: false, }, + linux_bionic: { + enabled: true, + }, windows: { enabled: false, }, |
