config/common: Organize filesystems tools
* Along with it, remove tune2fs as the tool is already part of build/target/product/core_minimal.mk. Despite Google did quite a big cleanup in master branch, it's still built by default. Change-Id: I4cf1178c2f99eda5a45de4ba79705093de5cd9bf
This commit is contained in:
parent
1e2d49018a
commit
db4aa05e62
1 changed files with 6 additions and 7 deletions
|
@ -172,21 +172,16 @@ PRODUCT_PACKAGES += \
|
|||
bash \
|
||||
bzip2 \
|
||||
curl \
|
||||
fsck.ntfs \
|
||||
gdbserver \
|
||||
htop \
|
||||
lib7z \
|
||||
libsepol \
|
||||
micro_bench \
|
||||
mke2fs \
|
||||
mkfs.ntfs \
|
||||
mount.ntfs \
|
||||
oprofiled \
|
||||
pigz \
|
||||
powertop \
|
||||
sqlite3 \
|
||||
strace \
|
||||
tune2fs \
|
||||
unrar \
|
||||
unzip \
|
||||
vim \
|
||||
|
@ -205,10 +200,14 @@ PRODUCT_PACKAGES += \
|
|||
libhealthd.lineage
|
||||
endif
|
||||
|
||||
# exFAT tools
|
||||
# Filesystems tools
|
||||
PRODUCT_PACKAGES += \
|
||||
fsck.exfat \
|
||||
mkfs.exfat
|
||||
fsck.ntfs \
|
||||
mke2fs \
|
||||
mkfs.exfat \
|
||||
mkfs.ntfs \
|
||||
mount.ntfs
|
||||
|
||||
# Openssh
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue