Merge "Fix possible incremental build issue" am: c041a1bb47

am: a2d9fd221f

Change-Id: Ib6dcb2541ec8b3cfbeb12c47db392568a152e860
This commit is contained in:
Dan Willemsen 2019-01-11 22:40:23 -08:00 committed by android-build-merger
commit 9f5ae26142
1 changed files with 3 additions and 0 deletions

View File

@ -532,6 +532,9 @@ $(call add-clean-step, rm -f .d)
# Remove obsolete apps
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
# Remove corrupt generated rule due to using toybox's sed
$(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/system/core/init/generated_stub_builtin_function_map)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************