diff options
author | Elektroschmock <elektroschmock78@googlemail.com> | 2016-08-17 20:30:50 +0200 |
---|---|---|
committer | Elektroschmock <elektroschmock78@googlemail.com> | 2016-08-17 20:30:50 +0200 |
commit | d302afe3bb69cd24b8a0eefec6a6d0fd3ab97b85 (patch) | |
tree | 92303102bbd5f04a163b24a098fb67208eef005b /target | |
parent | f63b6427d7c14b0ec92082b0ec9c77bafa17877c (diff) | |
download | build-d302afe3bb69cd24b8a0eefec6a6d0fd3ab97b85.zip build-d302afe3bb69cd24b8a0eefec6a6d0fd3ab97b85.tar.gz build-d302afe3bb69cd24b8a0eefec6a6d0fd3ab97b85.tar.bz2 |
core_minimal.mk: Remove duplicate packages
Change-Id: Iaf7833334985450576ffb0a8d1b1babf39fcb63a
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core_minimal.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index ecd42b0..e8f2620 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -104,10 +104,8 @@ PRODUCT_SYSTEM_SERVER_JARS := \ ethernet-service \ wifi-service -# Adoptable external storage supports both ext4 and f2fs +# Adoptable external storage f2fs support PRODUCT_PACKAGES += \ - e2fsck \ - make_ext4fs \ fsck.f2fs \ mkfs.f2fs \ |