summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6eb34a0..1ab866a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,8 @@ cc_library_static {
cflags: LIBUNWIND_CFLAGS,
cppflags: LIBUNWIND_CPPFLAGS,
stl: "none",
+ system_shared_libs: [],
+ header_libs: ["libc_headers"],
sanitize: {
never: true,
},