Skip to content

Commit

Permalink
Revert "ANDROID: Incremental fs: Remove unnecessary dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 46a2a9f.

Set incfs back to rvc shipping incfs

Bug: 178509184
Test: incfs_test passes
Signed-off-by: Paul Lawrence <[email protected]>
Change-Id: I2fbda5024979d97d8852f7f2e5ea9a48ce89ad91
  • Loading branch information
PaulLawrenceGoogle committed Jan 26, 2021
1 parent eb76ff6 commit 0d2a1b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fs/incfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ config INCREMENTAL_FS
tristate "Incremental file system support"
depends on BLOCK
select DECOMPRESS_LZ4
select CRC32
select CRYPTO
select CRYPTO_RSA
select CRYPTO_SHA256
select X509_CERTIFICATE_PARSER
select ASYMMETRIC_KEY_TYPE
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
help
Incremental FS is a read-only virtual file system that facilitates execution
of programs while their binaries are still being lazily downloaded over the
Expand Down

0 comments on commit 0d2a1b4

Please sign in to comment.