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
This commit is contained in:
Eric Frohnhoefer 2013-12-26 23:02:34 -05:00
parent b8559790d4
commit 0214b3fa3c
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ PRODUCT_PACKAGES += \
camera.goldfish.jpeg \
lights.goldfish \
gps.goldfish \
sensors.goldfish
sensors.goldfish \
e2fsck
PRODUCT_COPY_FILES += \