aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-05-06 11:54:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 11:54:16 +0000
commit2864c041ac29be068afc242151c28b8cc4a1cb67 (patch)
tree58196258b21d1205cd01d898e0275309aa6feca3
parentce5cb3e46b91e4b81be5d4195cce044da5649ac9 (diff)
parent48b2f6625efcfa6a507392830181037bd3520e5a (diff)
downloadjemalloc_new-2864c041ac29be068afc242151c28b8cc4a1cb67.tar.gz
Bionic and kernel system include paths are no longer implicit. am: 838a8c58b2 am: b32ec89beb am: 69c835d562 am: 8d41b14439 am: 48b2f6625e
Change-Id: I14d7bbdb38e436f55946a7d7abe9f09b93fbd5dc
-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"],
},
},
}