Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8193988 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Both ext4 and f2fs binaries for adoptable storage.

New adoptable storage feature can format media as either ext4 or
f2fs, so bring in both sets of binaries for typical products.

Bug: 20275581
Change-Id: I85380cbc8c06c958b66db879f63447ddac124cbf
parent 899717ff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -102,6 +102,13 @@ PRODUCT_SYSTEM_SERVER_JARS := \
    ethernet-service \
    wifi-service

# Adoptable external storage supports both ext4 and f2fs
PRODUCT_PACKAGES += \
    e2fsck \
    make_ext4fs \
    fsck.f2fs \
    make_f2fs \

PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    ro.zygote=zygote32
PRODUCT_COPY_FILES += \
+0 −2
Original line number Diff line number Diff line
@@ -42,14 +42,12 @@ PRODUCT_PACKAGES += \
    gps.goldfish \
    fingerprint.goldfish \
    sensors.goldfish \
    e2fsck \
    audio.primary.goldfish \
    vibrator.goldfish \
    power.goldfish \
    fingerprint.ranchu \
    sensors.ranchu


PRODUCT_COPY_FILES += \
    device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \
    device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \