Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cff1fa1 authored by Tom Cherry's avatar Tom Cherry
Browse files

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
parent a7f84831
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#include <unistd.h>

#include <private/android_filesystem_config.h>
#include <private/fs_config.h>

#define DO_DEBUG 1