Merge "Include private/fs_config.h directly when needed"
This commit is contained in:
commit
8c7a4f6fc1
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <selinux/label.h>
|
||||
|
||||
#include "private/android_filesystem_config.h"
|
||||
#include "private/fs_config.h"
|
||||
|
||||
// This program takes a list of files and directories (indicated by a
|
||||
// trailing slash) on the stdin, and prints to stdout each input
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <private/android_filesystem_config.h>
|
||||
#include <private/fs_config.h>
|
||||
|
||||
#define DO_DEBUG 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue