summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-01-22 04:28:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-01-22 04:28:44 +0000
commit71de2403e1bb4aadc682eee277b6deda6dadb9fe (patch)
treebd93ac161d0a892238e2ade4c40d18c8401ceff6
parent42862a47df07d7ab8f0e0107cc4617e32ff0dab4 (diff)
parent879607a7b919c78b98b01155e21431127b665360 (diff)
downloadlibunwind_llvm-71de2403e1bb4aadc682eee277b6deda6dadb9fe.tar.gz
Snap for 6152176 from 879607a7b919c78b98b01155e21431127b665360 to rvc-release
Change-Id: Ie4264b65ec0342e3a07c5462238fd5aa07bed4c9
-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,
},