commit | 6a6c11215bdf3f114ed3589ede4bda006adacf7e | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Mon Nov 26 18:10:23 2012 -0800 |
committer | Ying Wang <wangying@google.com> | Tue Dec 11 14:57:39 2012 -0800 |
tree | 3b3d1e5fb81d9c9700105fcd035646f1a2a34f3e | |
parent | 5c0f9e996a819806e5f088ded011bd30ef9c46d7 [diff] [blame] |
Run e2fsck on built sparse images. Bug: 7591683 Change-Id: Id1cba79f7840aab1f0327cb741eda655b45d1b46
diff --git a/core/Makefile b/core/Makefile index e0f6da8..5a60e85 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -556,7 +556,7 @@ endif ifeq ($(INTERNAL_USERIMAGES_USE_EXT),true) -INTERNAL_USERIMAGES_DEPS := $(MKEXTUSERIMG) $(MAKE_EXT4FS) +INTERNAL_USERIMAGES_DEPS := $(MKEXTUSERIMG) $(MAKE_EXT4FS) $(SIMG2IMG) $(E2FSCK) else INTERNAL_USERIMAGES_DEPS := $(MKYAFFS2) endif