summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-01-24 18:10:03 -0800
committerChristopher Ferris <cferris@google.com>2020-01-24 18:10:03 -0800
commit8333b30b97c3a273642a558ec63f03de4957c2ed (patch)
tree64629887a54c8cdddd7a7875995ca357346e5f3a
parent975193e289be94b6244b50bf12b82cdd2332ca97 (diff)
Export include for libjemalloc5 usage.
Before, libc was adding the include directories directly. Instead, add it to the export list to it can be added automatically. Bug: 137795072 Test: Build Change-Id: I2b715af91b0eef6adf26daea1a081e49e7d6ad9b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index abb41ff8..2cfe241c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -153,6 +153,8 @@ cc_library {
srcs: lib_src_files,
+ export_include_dirs: ["include"],
+
target: {
android: {
shared: {