Denylist f2fscrypt because it's failing to compile for the host.

Bug: 234340806
Test: bp2build.sh (CI)
Change-Id: Id437611f35a387949c664ff4385c464c12ce51f5
This commit is contained in:
Jingwen Chen
2022-05-30 14:19:01 +00:00
parent 1db9d96d6a
commit 24a060cf88

View File

@@ -322,6 +322,7 @@ var (
"libdebuggerd", // TODO(b/228314770): support product variable-specific header_libs
"versioner", // TODO(b/228313961): depends on prebuilt shared library libclang-cpp_host as a shared library, which does not supply expected providers for a shared library
"f2fs.fibmap", // ld.lld: error: undefined symbol: _IO
"f2fscrypt", // TODO(b/234340806): error: incompatible integer to pointer conversion initializing 'FILE *' (aka 'struct _IO_FILE *') with an expression of type 'int', and error: incomplete definition of type 'struct mntent'
// java bugs
"libbase_ndk", // TODO(b/186826477): fails to link libctscamera2_jni for device (required for CtsCameraTestCases)