aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-05-06 11:09:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 11:09:15 +0000
commit69c835d5621776cd5a5f4934f399e0670c3406f5 (patch)
tree58196258b21d1205cd01d898e0275309aa6feca3
parent2c69f2c796e5da3f7b8f4d5543655a9c4fdc5923 (diff)
parentb32ec89beb19643bc0f68b6e9495b9369e3da15f (diff)
downloadjemalloc_new-69c835d5621776cd5a5f4934f399e0670c3406f5.tar.gz
Bionic and kernel system include paths are no longer implicit. am: 838a8c58b2 am: b32ec89beb
Change-Id: I5e1f3313ca9f0df3ce700cefedade8ea1a2ddb84
-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"],
},
},
}