summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 51b6c0b..f0b4f2e 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -127,6 +127,8 @@ cc_defaults {
whole_static_libs: [
"librustc_demangle_static",
+ "libz_static",
+ "libzstd",
],
shared_libs: [
@@ -395,6 +397,7 @@ cc_defaults {
"tests/files/boot_arm.oat.gnu_debugdata.xz.one-block",
"tests/files/elf32.xz",
"tests/files/elf64.xz",
+ "tests/files/libs/*",
"offline_files/common/*",
"offline_files/apk_rorx_arm64/*",
"offline_files/apk_rorx_unreadable_arm64/*",
@@ -437,6 +440,8 @@ cc_defaults {
"offline_files/maps_compiled_arm64/28648/*",
"offline_files/maps_compiled_arm64/28656_oat_odex_jar/*",
"offline_files/maps_compiled_arm64/28667/*",
+ "offline_files/zlib_compress_arm/*",
+ "offline_files/zstd_compress_arm/*",
],
target: {