diff options
| author | Martin Stjernholm <mast@google.com> | 2020-04-08 15:05:25 +0100 |
|---|---|---|
| committer | Martin Stjernholm <mast@google.com> | 2020-04-30 23:25:34 +0100 |
| commit | 838a8c58b23cec1716fcbf44ef0919a666f2a118 (patch) | |
| tree | 58196258b21d1205cd01d898e0275309aa6feca3 | |
| parent | 5b79d5eb49a3f2dbb64734537382776ace225751 (diff) | |
| download | platform_external_jemalloc_new-838a8c58b23cec1716fcbf44ef0919a666f2a118.tar.gz platform_external_jemalloc_new-838a8c58b23cec1716fcbf44ef0919a666f2a118.tar.bz2 platform_external_jemalloc_new-838a8c58b23cec1716fcbf44ef0919a666f2a118.zip | |
Bionic and kernel system include paths are no longer implicit.
Test: Build and boot
Bug: 153590472
Change-Id: Icd07ff407d3ddcbcfb2f3bb817e92f2c6d7b44d8
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -161,9 +161,11 @@ cc_library { enabled: false, }, system_shared_libs: [], + header_libs: ["libc_headers"], }, linux_bionic: { system_shared_libs: [], + header_libs: ["libc_headers"], }, }, } |
