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)
This commit is contained in:
Daniel Mentz 2020-05-28 18:47:31 -07:00 committed by Paul Lawrence
parent 581577145a
commit 21cb61c29e
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ config INCREMENTAL_FS
select X509_CERTIFICATE_PARSER
select ASYMMETRIC_KEY_TYPE
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
select PKCS7_MESSAGE_PARSER
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

View File

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