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

Commit bfedeccc authored by msfkonsole's avatar msfkonsole Committed by Steve Kondik
Browse files

build: e2fsck missing from emulator



The emulator file system was recently switched to ext4 however, e2fsck was not
added to the emulator build.

Change-Id: Ida9ed1083de7576e20a7ad11f085e5cc4f17ecf4
Signed-off-by: default avatarmsfkonsole <msfkonsole@gmail.com>
parent e2b09b24
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ PRODUCT_PACKAGES += \
    power.goldfish \
    fingerprint.ranchu \
    fingerprintd \
    sensors.ranchu
    sensors.ranchu \
    e2fsck

PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \