Make libsparse vendor_available

We are porting cuttlefish to Android, it currently uses libsparse to
desparse Android filesystems to be used directly as disk images by
crosvm. Making this library available to 'vendor' enables us to support
desparsing downloaded images on-device as well.

Bug: 167675429
Change-Id: I8ae4a916cfb0b2002dd9e462f32e8cb0e533d821
This commit is contained in:
Alistair Delva 2020-09-03 08:43:43 -07:00
parent 29e7b2af30
commit 9e28cd32fd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cc_library {
ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,
vendor_available: true,
srcs: [
"backed_block.cpp",
"output_file.cpp",