Include private/fs_config.h directly when needed
This is no longer a transitive include of android_filesystem_config.h Bug: 149785767 Test: build Change-Id: Ib546dbc3b6f546ba48009cc9d6d0f4564acf0872
This commit is contained in:
parent
a7f84831fe
commit
7cff1fa1fc
|
@ -26,6 +26,7 @@
|
||||||
#include <selinux/label.h>
|
#include <selinux/label.h>
|
||||||
|
|
||||||
#include "private/android_filesystem_config.h"
|
#include "private/android_filesystem_config.h"
|
||||||
|
#include "private/fs_config.h"
|
||||||
|
|
||||||
// This program takes a list of files and directories (indicated by a
|
// This program takes a list of files and directories (indicated by a
|
||||||
// trailing slash) on the stdin, and prints to stdout each input
|
// trailing slash) on the stdin, and prints to stdout each input
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <private/android_filesystem_config.h>
|
#include <private/android_filesystem_config.h>
|
||||||
|
#include <private/fs_config.h>
|
||||||
|
|
||||||
#define DO_DEBUG 1
|
#define DO_DEBUG 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue