aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-12-20 14:25:15 -0800
committerTao Bao <tbao@google.com>2018-12-20 14:47:11 -0800
commitc674dfb5848845afa1de64cab1e94693c54f741e (patch)
tree54a82be7f048156e58f4c904b6fcc7a55cd12ddf /CleanSpec.mk
parentf0c03e62a2fe855ac15a04265d6dc3337c63e360 (diff)
downloadandroid_bootable_recovery-c674dfb5848845afa1de64cab1e94693c54f741e.tar.gz
android_bootable_recovery-c674dfb5848845afa1de64cab1e94693c54f741e.tar.bz2
android_bootable_recovery-c674dfb5848845afa1de64cab1e94693c54f741e.zip
Use dynamically linked f2fs executables.
It also reduces the space cost for devices using f2fs (e.g. crosshatch). /sbin/mkfs.f2fs 722560 => /system/bin/make_f2fs 49568 /sbin/sload.f2fs 1182456 => /system/bin/sload_f2fs 150032 Test: Build and boot recovery on crosshatch. Factory reset. Test: Install a non-A/B OTA package that formats a f2fs partition. Change-Id: Ibe70c8d91a1d07e1c78ff9eac19b1f7955800161
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index e2d97d42..fec823e7 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,3 +49,4 @@
# ************************************************
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/recovery_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libminui_intermediates/import_includes)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sbin)