aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-04-08 15:05:25 +0100
committerMartin Stjernholm <mast@google.com>2020-04-30 23:25:34 +0100
commit838a8c58b23cec1716fcbf44ef0919a666f2a118 (patch)
tree58196258b21d1205cd01d898e0275309aa6feca3
parent5b79d5eb49a3f2dbb64734537382776ace225751 (diff)
downloadjemalloc_new-838a8c58b23cec1716fcbf44ef0919a666f2a118.tar.gz
Bionic and kernel system include paths are no longer implicit.
Test: Build and boot Bug: 153590472 Change-Id: Icd07ff407d3ddcbcfb2f3bb817e92f2c6d7b44d8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2cfe241c..4c032dc4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -161,9 +161,11 @@ cc_library {
enabled: false,
},
system_shared_libs: [],
+ header_libs: ["libc_headers"],
},
linux_bionic: {
system_shared_libs: [],
+ header_libs: ["libc_headers"],
},
},
}