mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 03:58:05 +02:00
android: add CleanSpec.mk
The file contains rules that are executed on incremental builds. This way one can avoid doing a full clean and ensure that the new object (library) is correctly build. Let's also cleanup the headers. Inspired by the work of Chih-Wei Huang, from the Android-x86 project. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
a8ce03f35f
commit
d69cc400f5
1 changed files with 3 additions and 0 deletions
3
CleanSpec.mk
Normal file
3
CleanSpec.mk
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/libdrm)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/freedreno)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libdrm_*intermediates)
|
||||
Loading…
Add table
Reference in a new issue