fix build

Include prebuilt_internal.mk for host builds.

Change-Id: I750d6f71b3a2c67b11536babb8b39060005f4ff4
This commit is contained in:
Colin Cross 2014-02-13 16:41:50 -08:00
parent 2fbe5018f9
commit 3a14c87520
1 changed files with 1 additions and 1 deletions

View File

@ -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