mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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 83c1d9116e)
This commit is contained in:
committed by
Paul Lawrence
parent
581577145a
commit
21cb61c29e
@@ -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
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include <crypto/hash.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/version.h>
|
||||
#include <crypto/pkcs7.h>
|
||||
|
||||
#include "integrity.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user