From f846914c9faed7a47027c675d521ec5f001a5e18 Mon Sep 17 00:00:00 2001 From: Daniel Mentz Date: Wed, 18 Sep 2019 18:24:41 -0700 Subject: [PATCH] Don't package mke2fs.conf in otatools.zip mke2fs.conf is now packaged into the Python executable mkuserimg_mke2fs and no longer needs to be packaged directly into otatools.zip. Change-Id: I06216ccd60f834747f9302e30397a7f0bae53726 --- core/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 6c90b51fcb..a86b7b7790 100644 --- a/core/Makefile +++ b/core/Makefile @@ -3655,7 +3655,6 @@ INTERNAL_OTATOOLS_MODULES := \ mkbootfs \ mkbootimg \ mke2fs \ - mke2fs.conf \ mkf2fsuserimg.sh \ mksquashfs \ mksquashfsimage.sh \