mirror of
https://github.com/openharmony/third_party_fsverity-utils.git
synced 2026-07-01 10:05:35 -04:00
Move libfsverity.h to its own directory
libfsverity.h is the public API, but the other headers in common/ are private headers for fsverity-utils. Move libfsverity.h to its own directory to make this clear. This is also needed for Android's build system in order to restrict the exported headers to libfsverity.h. This doesn't affect users who are using 'make install', since 'make install' still installs libfsverity.h to the same place, and it doesn't install any private headers. Link: https://lore.kernel.org/r/20200923202328.16310-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
#ifndef PROGRAMS_UTILS_H
|
||||
#define PROGRAMS_UTILS_H
|
||||
|
||||
#include "../common/libfsverity.h"
|
||||
#include "libfsverity.h"
|
||||
#include "../common/common_defs.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user