From fefda1af297273ea718ccfe2ef7913ce9c039734 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Fri, 22 Apr 2022 11:59:40 -0700 Subject: [PATCH] android_config.h: add missing liblz4 commit a8fefc20bd4c030069f1d9e527ee04a0bb20e419 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao --------------------------------------- Signed-off-by: Jaegeuk Kim Signed-off-by: dongsenhao --- include/android_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/android_config.h b/include/android_config.h index 865e408..ce67233 100644 --- a/include/android_config.h +++ b/include/android_config.h @@ -31,6 +31,7 @@ #define HAVE_SELINUX_ANDROID_H 1 #define HAVE_SETMNTENT 1 #define HAVE_SPARSE_SPARSE_H 1 +#define HAVE_LIBLZ4 1 #ifdef WITH_SLOAD #define HAVE_LIBSELINUX 1 @@ -57,6 +58,7 @@ #define HAVE_GETMNTENT 1 #define HAVE_LLSEEK 1 #define HAVE_MEMSET 1 +#define HAVE_LIBLZ4 1 #ifdef WITH_SLOAD #define HAVE_LIBSELINUX 1