summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-common.mk1
-rw-r--r--rootdir/init.grouper.rc9
2 files changed, 0 insertions, 10 deletions
diff --git a/device-common.mk b/device-common.mk
index 2a5757f..d74c06f 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -108,7 +108,6 @@ PRODUCT_PACKAGES += \
# Filesystem management tools
PRODUCT_PACKAGES += \
- setup_fs \
fsck.f2fs \
mkfs.f2fs
diff --git a/rootdir/init.grouper.rc b/rootdir/init.grouper.rc
index 40fb08d..76a5303 100644
--- a/rootdir/init.grouper.rc
+++ b/rootdir/init.grouper.rc
@@ -105,15 +105,6 @@ service p2p_supplicant /system/bin/wpa_supplicant \
disabled
oneshot
-# Create filesystems if necessary
-service setup_fs /system/bin/setup_fs \
- /dev/block/platform/sdhci-tegra.3/by-name/UDA \
- /dev/block/platform/sdhci-tegra.3/by-name/CAC
- class core
- user root
- group root
- oneshot
-
# Recovery daemon: configure MSC partition
service recoveryd /system/bin/recoveryd /dev/block/platform/sdhci-tegra.3/by-name/MSC
disabled