include CLEAR_VARS after calling makefile

This commit is contained in:
ggow
2019-04-24 18:59:30 +01:00
parent 35e9d60999
commit e173b8dbec
+2
View File
@@ -28,4 +28,6 @@ ifneq ($(TARGET_SIMULATOR),true)
include $(call first-makefiles-under,$(LOCAL_PATH)) include $(call first-makefiles-under,$(LOCAL_PATH))
endif endif
include $(CLEAR_VARS)
endif endif