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

Commit c2fb6e10 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Both ext4 and f2fs binaries for adoptable storage." into mnc-dev

parents d1f15889 e8193988
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,7 +42,6 @@ PRODUCT_PACKAGES += \
    gps.goldfish \
    fingerprint.goldfish \
    sensors.goldfish \
    e2fsck \
    audio.primary.goldfish \
    vibrator.goldfish \
    power.goldfish \
@@ -50,7 +49,6 @@ PRODUCT_PACKAGES += \
    fingerprintd \
    sensors.ranchu


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