ANDROID: Incremental fs: Add zstd feature flag

Bug: 174478527
Test: Boot, look for flag
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: Ib573b5420143bd177b50311a3e8cc3a7e8541b96
This commit is contained in:
Paul Lawrence 2020-11-30 09:03:36 -08:00 committed by Alistair Delva
commit affa585cc0
2 changed files with 14 additions and 0 deletions

View file

@ -141,6 +141,11 @@
*/
#define INCFS_FEATURE_FLAG_REPORT_UID "report_uid"
/*
* zstd compression support
*/
#define INCFS_FEATURE_FLAG_ZSTD "zstd"
enum incfs_compression_alg {
COMPRESSION_NONE = 0,
COMPRESSION_LZ4 = 1,