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:
parent
b8559790d4
commit
0214b3fa3c
|
@ -53,7 +53,8 @@ PRODUCT_PACKAGES += \
|
|||
camera.goldfish.jpeg \
|
||||
lights.goldfish \
|
||||
gps.goldfish \
|
||||
sensors.goldfish
|
||||
sensors.goldfish \
|
||||
e2fsck
|
||||
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue