OSDN Git Service

build: e2fsck missing from emulator
authormsfkonsole <msfkonsole@gmail.com>
Tue, 26 Jan 2016 21:28:37 +0000 (04:28 +0700)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
The emulator file system was recently switched to ext4 however, e2fsck was not
added to the emulator build.

Change-Id: Ida9ed1083de7576e20a7ad11f085e5cc4f17ecf4
Signed-off-by: msfkonsole <msfkonsole@gmail.com>
target/product/emulator.mk

index b08a28a..a1217e7 100644 (file)
@@ -51,7 +51,8 @@ PRODUCT_PACKAGES += \
     power.goldfish \
     fingerprint.ranchu \
     fingerprintd \
-    sensors.ranchu
+    sensors.ranchu \
+    e2fsck
 
 PRODUCT_COPY_FILES += \
     device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \