From aa08a7864de3d7b6675ed15486218e80f3f79080 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Fri, 8 Jan 2016 16:22:26 -0600 Subject: Initial commit This is a partially generated device configuration allowing building same config on multiple architectures. Since the Android build system uses TARGET_PRODUCT to set the build path and requires it match a directory under device/, this setup allows trivially adding architectures or other configuration options. Signed-off-by: Rob Herring --- fstab | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fstab (limited to 'fstab') diff --git a/fstab b/fstab new file mode 100644 index 0000000..0716b94 --- /dev/null +++ b/fstab @@ -0,0 +1,7 @@ +# Android fstab file. +# +# The filesystem that contains the filesystem checker binary (typically /system) cannot +# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK +LABEL=system /system ext4 ro wait +LABEL=cache /cache ext4 noatime,nosuid,nodev,errors=panic wait +LABEL=data /data ext4 noatime,nosuid,nodev,errors=panic wait -- cgit v1.2.3