commit | 4c5bde2b9258ccd8a023acfaf47d66758d88f828 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Jan 29 14:34:01 2019 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Thu Jan 31 12:34:39 2019 -0800 |
tree | 95ecfd4a22ebdc45993b7632175a4ddfc3ce82ac | |
parent | eb00112e09551e1957e9e119c58005992dee720b [diff] [blame] |
Move over to the C++ Fstab class Test: build and boot Change-Id: Id3850c9c133f6644073a2439368501253a2a94a9
diff --git a/VoldUtil.cpp b/VoldUtil.cpp index 4b980be..082f743 100644 --- a/VoldUtil.cpp +++ b/VoldUtil.cpp
@@ -14,7 +14,6 @@ * limitations under the License. */ -#include <linux/fs.h> -#include <sys/ioctl.h> +#include "VoldUtil.h" -struct fstab* fstab_default; +android::fs_mgr::Fstab fstab_default;