From 6fd16926b1529949974dab0408a97aadb90d823e Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Fri, 1 Mar 2019 20:41:52 +0000 Subject: [PATCH] Clean up libjdwp.so and possibly other dependencies that might have crept in between http://r.android.com/890494 and http://r.android.com/913898. (Repopulating libs from intermediates is quick, so not wasting effort trying to be precise.) Test: Don't have a suitably old build tree to test with. Bug: 124498388 Change-Id: Ice35606e4c301d5b01837963137421f9d23a9733 --- CleanSpec.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CleanSpec.mk b/CleanSpec.mk index be5abe71a..21034ad6b 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -601,6 +601,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/dex_bootjars_input) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libnpt.so) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*) + # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************