summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-30 21:35:15 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-30 21:35:15 +0200
commit9df721ed912bbc235acf9ef94d38e63967747185 (patch)
treee6227c29219e3e88df78b4f98325ef8bc6e9ab15 /CleanSpec.mk
parentMerge "Consolidate the codes that handle reboot/shutdown." am: 189c8f9aeb (diff)
parentMerge "tests: Merge recovery_component_test into recovery_unit_test." (diff)
downloadandroid_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar.gz
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar.bz2
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar.lz
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar.xz
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.tar.zst
android_bootable_recovery-9df721ed912bbc235acf9ef94d38e63967747185.zip
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index a7ab0d9be..6bd1eb170 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -51,6 +51,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sbin)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libinstall.recovery_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/system/lib64/libinstall.so)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest/recovery_component_test)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest64/recovery_component_test)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/testcases/recovery_component_test)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************