From 720479ea7e6307648c56f61d82ac12d65f218dda Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 9 Aug 2012 12:20:16 -0700 Subject: [PATCH] Add make_ext4fs to all builds make_ext4fs is needed for all builds because ASEC containers use it now. Any product not having this will not be able to create an ASEC container. Bug: 6960586 Change-Id: I7c10b8065a76ec7a43f79445f429d5a93750585d --- target/product/core.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/core.mk b/target/product/core.mk index b476e3674..854a7cf4a 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -119,6 +119,7 @@ PRODUCT_PACKAGES := \ libwebrtc_audio_preprocessing \ libwilhelm \ libz \ + make_ext4fs \ mdnsd \ requestsync \ screencap \ -- 2.11.0