From e173b8dbeccdacd7205919f1dff5596e5cbab031 Mon Sep 17 00:00:00 2001 From: ggow Date: Wed, 24 Apr 2019 18:59:30 +0100 Subject: [PATCH] include CLEAR_VARS after calling makefile --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index 4ef140c..5ee75d1 100644 --- a/Android.mk +++ b/Android.mk @@ -28,4 +28,6 @@ ifneq ($(TARGET_SIMULATOR),true) include $(call first-makefiles-under,$(LOCAL_PATH)) endif +include $(CLEAR_VARS) + endif