mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ANDROID: incremental fs: Fix incfs_test build
Bug: 270117845 Test: run_incfs runs, passes Change-Id: Ib784b3900f1658401866e238a6baa3f3b02cb9ca Signed-off-by: Paul Lawrence <paullawrence@google.com>
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#include <kselftest.h>
|
||||
#include <include/uapi/linux/fsverity.h>
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <include/uapi/linux/incrementalfs.h>
|
||||
#include <kselftest.h>
|
||||
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
|
||||
#include <include/uapi/linux/incrementalfs.h>
|
||||
|
||||
#define __packed __attribute__((__packed__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user