From 03eceba1ddfe6cf3ae6eb22bddc889930c097c1a Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 21 Oct 2014 18:34:30 -0700 Subject: [PATCH] Reset LOCAL_2ND_ARCH_VAR_PREFIX before referencing it. Change-Id: I9182ce1efe09609100d19c9fae2bc4fe7358dfc0 --- core/prebuilt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prebuilt.mk b/core/prebuilt.mk index 33f5dc6c2f..ba0e7574a8 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk @@ -17,6 +17,7 @@ include $(BUILD_SYSTEM)/multilib.mk my_skip_non_preferred_arch := # check if first arch is supported +LOCAL_2ND_ARCH_VAR_PREFIX := include $(BUILD_SYSTEM)/module_arch_supported.mk ifeq ($(my_module_arch_supported),true) # first arch is supported