forked from openkylin/platform_build
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
This commit is contained in:
parent
5a4696e460
commit
6fd16926b1
|
@ -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
|
||||
# ************************************************
|
||||
|
|
Loading…
Reference in New Issue