Skip to content

Commit 1784162

Browse files
DroidFreak32chandu078
authored andcommitted
zstd: Android.bp: Allow rsync to add zstd compression support
Change-Id: Ic92ad997f9b8dd4686df1e1fa5d0dfb88fdab345
1 parent b54e4ff commit 1784162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Android.bp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ cc_library {
103103
"//external/dwarves:__subpackages__",
104104
"//external/elfutils:__subpackages__",
105105
"//external/libbpf:__subpackages__",
106+
"//external/rsync:__subpackages__",
106107
"//external/squashfs-tools/squashfs-tools:__subpackages__",
107108
"//external/stg:__subpackages__",
108109
"//frameworks/libs/binary_translation/tools:__subpackages__",
@@ -118,6 +119,7 @@ cc_library {
118119
product_available: true,
119120
recovery_available: true,
120121
vendor_available: true,
122+
system_ext_specific: true,
121123
host_supported: true,
122124
native_bridge_supported: true,
123125
ramdisk_available: true,

0 commit comments

Comments
 (0)