Commit 9582057b authored by Dmitry Shmidt's avatar Dmitry Shmidt
Browse files

Fix incremental builds by adding Cleanspec step


Change-Id: Ifb18c40c43668e985c56492956ceeff2e49e4c38
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 29a4d4d7
......@@ -47,4 +47,5 @@
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment