aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2023-08-08 20:16:26 -0700
committerKelvin Zhang <zhangkelvin@google.com>2023-08-08 20:17:59 -0700
commitbe8d1db15ca5fa8f2089bfdb95b99484e9f01962 (patch)
tree90a248a6695c93936a015d8d52d799257d9efb97
parent9ecffe1d169a06dc96845ee7ef2420911d927693 (diff)
downloadxz-embedded-be8d1db15ca5fa8f2089bfdb95b99484e9f01962.tar.gz
Make libxz ramdisk available
libxz is a transitive dependency of crash_dump. To enable stach traces in first stage init, we need a ramdisk copy of crash_dump. Bug: 294567651 Test: th Change-Id: I3aede5bf5bfe3d36983ca339db61fc7e306b7390
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 602e8a7..0586a94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,8 @@ license {
cc_library_static {
name: "libxz",
host_supported: true,
+ ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
srcs: [
"linux/lib/xz/xz_crc32.c",