ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER

Incremental fs appears to not depend on pkcs7 anymore.

Bug: 151584760
Signed-off-by: Daniel Mentz <danielmentz@google.com>
Change-Id: I809b4b5651d84ca70fd8bf837765e33df8547418
Signed-off-by: Paul Lawrence <paullawrence@google.com>
(cherry picked from commit 83c1d9116ec0d695b02f36cda51f305257718e09)
Git-commit: fbc40a92dd99e60b4ebd6197844497d6ca4afb2d
Git-repo: https://android.googlesource.com/kernel/common/
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
This commit is contained in:
Daniel Mentz
2020-05-28 18:47:31 -07:00
committed by Blagovest Kolenichev
parent 31ee9d8fb7
commit 0c8cc33df1
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ config INCREMENTAL_FS
select X509_CERTIFICATE_PARSER select X509_CERTIFICATE_PARSER
select ASYMMETRIC_KEY_TYPE select ASYMMETRIC_KEY_TYPE
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
select PKCS7_MESSAGE_PARSER
help help
Incremental FS is a read-only virtual file system that facilitates execution Incremental FS is a read-only virtual file system that facilitates execution
of programs while their binaries are still being lazily downloaded over the of programs while their binaries are still being lazily downloaded over the

View File

@@ -6,7 +6,6 @@
#include <crypto/hash.h> #include <crypto/hash.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/version.h> #include <linux/version.h>
#include <crypto/pkcs7.h>
#include "integrity.h" #include "integrity.h"