sanders: Remove Notepadv3Solution on post build

Idk why this shit is coming in the build, this is a dirty solution, but it works for now.
This commit is contained in:
jhenrique09
2017-11-21 23:03:51 -02:00
committed by Keertesh
parent f7e3f15e7b
commit 6f0e584044

View File

@@ -146,6 +146,13 @@ $(IMS_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
ALL_DEFAULT_INSTALLED_MODULES += $(IMS_SYMLINKS)
NUKE_NOTEPAD := $(TARGET_OUT)/app/Notepadv3Solution
$(NUKE_NOTEPAD): $(LOCAL_INSTALLED_MODULE)
@echo "Removing: $@"
@rm -rf $@
ALL_DEFAULT_INSTALLED_MODULES += $(NUKE_NOTEPAD)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif