From 0214b3fa3cef788b2e42538484eb5d05f3b8091f Mon Sep 17 00:00:00 2001 From: Eric Frohnhoefer Date: Thu, 26 Dec 2013 23:02:34 -0500 Subject: [PATCH] e2fsck missing from emulator The emulator file system was recently switched to ext4 however, e2fsck was not added to the emulator build. Change-Id: I94621c148fa40d6042b5c86a26815d867a417a6c See: https://code.google.com/p/android/issues/detail?id=64144 --- target/product/emulator.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/emulator.mk b/target/product/emulator.mk index 439e6c72f..6812c221f 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -53,7 +53,8 @@ PRODUCT_PACKAGES += \ camera.goldfish.jpeg \ lights.goldfish \ gps.goldfish \ - sensors.goldfish + sensors.goldfish \ + e2fsck PRODUCT_COPY_FILES += \