Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04df3ce7 authored by Daniel Mentz's avatar Daniel Mentz Committed by Blagovest Kolenichev
Browse files

ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER



Incremental fs appears to not depend on pkcs7 anymore.

Bug: 151584760
Signed-off-by: default avatarDaniel Mentz <danielmentz@google.com>
Change-Id: I809b4b5651d84ca70fd8bf837765e33df8547418
Signed-off-by: default avatarPaul Lawrence <paullawrence@google.com>
(cherry picked from commit 83c1d9116ec0d695b02f36cda51f305257718e09)
Git-commit: 9fe854df
Git-repo: https://android.googlesource.com/kernel/common/


Signed-off-by: default avatarSayali Lokhande <sayalil@codeaurora.org>
parent 0ee49d71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/version.h>
#include <crypto/pkcs7.h>

#include "integrity.h"