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
diff --git a/CleanSpec.mk b/CleanSpec.mk
index be5abe7..21034ad 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -601,6 +601,8 @@
 
 $(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
 # ************************************************