diff options
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r-- | CleanSpec.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 0bfecdc..b64769e 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -1,3 +1,6 @@ # This empty file is here solely for the purpose of optimizing the Android build # Please keep it there, and empty, thanks :-) # + +$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/{SHARED,STATIC}_LIBRARIES/emulator*) +$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/EXECUTABLES/emulator*) |