From 3a14c875203950d0a92d0f9d39ce293d1baeaafa Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 13 Feb 2014 16:41:50 -0800 Subject: [PATCH] fix build Include prebuilt_internal.mk for host builds. Change-Id: I750d6f71b3a2c67b11536babb8b39060005f4ff4 --- core/prebuilt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prebuilt.mk b/core/prebuilt.mk index 445627ee36..027c80a3b2 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk @@ -7,7 +7,7 @@ ########################################################### ifdef LOCAL_IS_HOST_MODULE -include $(BUILD_SYSTEM)/module_arch_supported.mk +include $(BUILD_SYSTEM)/prebuilt_internal.mk else #!LOCAL_IS_HOST_MODULE # check if primary arch is supported include $(BUILD_SYSTEM)/module_arch_supported.mk