ANDROID: Make incfs selftests pass
Fixed incfs_test build errors Fixed Kconfig errors Readded .gitignore Test: With just enabling CONFIG_INCREMENTAL_FS, both defconfig and cuttlefish_defconfig build and incfs_test runs and passes Bug: 133435829 Change-Id: Id3247ffcc63a095f66dcedf554017a06c5a9ce4a Signed-off-by: Paul Lawrence <paullawrence@google.com>
This commit is contained in:
parent
1be052b20b
commit
94d3bab41b
@ -4,6 +4,7 @@ config INCREMENTAL_FS
|
|||||||
select DECOMPRESS_LZ4
|
select DECOMPRESS_LZ4
|
||||||
select CRC32
|
select CRC32
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
|
select CRYPTO_RSA
|
||||||
select CRYPTO_SHA256
|
select CRYPTO_SHA256
|
||||||
select X509_CERTIFICATE_PARSER
|
select X509_CERTIFICATE_PARSER
|
||||||
select ASYMMETRIC_KEY_TYPE
|
select ASYMMETRIC_KEY_TYPE
|
||||||
|
1
tools/testing/selftests/filesystems/incfs/.gitignore
vendored
Normal file
1
tools/testing/selftests/filesystems/incfs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
incfs_test
|
@ -5,6 +5,8 @@ CFLAGS += -I../../../../include/uapi/
|
|||||||
CFLAGS += -I../../../../lib
|
CFLAGS += -I../../../../lib
|
||||||
|
|
||||||
EXTRA_SOURCES := utils.c
|
EXTRA_SOURCES := utils.c
|
||||||
|
CFLAGS += $(EXTRA_SOURCES)
|
||||||
|
|
||||||
TEST_GEN_PROGS := incfs_test
|
TEST_GEN_PROGS := incfs_test
|
||||||
|
|
||||||
include ../../lib.mk
|
include ../../lib.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user