diff options
| author | André Pinela <sheffzor@gmail.com> | 2016-09-20 22:30:26 +0000 |
|---|---|---|
| committer | Gerrit <gerrit@andrepinela.net> | 2016-09-20 22:30:26 +0000 |
| commit | cdbbce70298a052dea03f816fe0653a84905eedb (patch) | |
| tree | 28671798c38345e4bcb474b56b6865df05d9a8a9 | |
| parent | e0f9409980409924d3d480a0ed7678a2706010d1 (diff) | |
| parent | 1332f98708c10e523c57e2a0febe5430a1483b93 (diff) | |
Merge "grouper: remove setup_fs" into aosp-7.0
| -rw-r--r-- | device-common.mk | 1 | ||||
| -rw-r--r-- | rootdir/init.grouper.rc | 9 |
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 |
