diff options
author | Christopher Ferris <cferris@google.com> | 2020-01-24 18:10:03 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2020-01-24 18:10:03 -0800 |
commit | 8333b30b97c3a273642a558ec63f03de4957c2ed (patch) | |
tree | 64629887a54c8cdddd7a7875995ca357346e5f3a | |
parent | 975193e289be94b6244b50bf12b82cdd2332ca97 (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.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -153,6 +153,8 @@ cc_library { srcs: lib_src_files, + export_include_dirs: ["include"], + target: { android: { shared: { |