Skip to content

Commit

Permalink
zstd: Android.bp: Allow rsync to add zstd compression support
Browse files Browse the repository at this point in the history
Change-Id: Ic92ad997f9b8dd4686df1e1fa5d0dfb88fdab345
  • Loading branch information
DroidFreak32 authored and toufune committed Sep 24, 2024
1 parent 1c30bf8 commit f987b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ cc_library {
"//external/dwarves:__subpackages__",
"//external/elfutils:__subpackages__",
"//external/libbpf:__subpackages__",
"//external/rsync:__subpackages__",
"//external/squashfs-tools/squashfs-tools:__subpackages__",
"//external/stg:__subpackages__",
"//frameworks/libs/binary_translation/tools:__subpackages__",
Expand All @@ -118,6 +119,7 @@ cc_library {
product_available: true,
recovery_available: true,
vendor_available: true,
system_ext_specific: true,
host_supported: true,
native_bridge_supported: true,
ramdisk_available: true,
Expand Down

0 comments on commit f987b5c

Please sign in to comment.