summaryrefslogtreecommitdiffstats
path: root/core/host_executable.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/host_executable.mk')
-rw-r--r--core/host_executable.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host_executable.mk b/core/host_executable.mk
index ab0f8f3..ffb35d2 100644
--- a/core/host_executable.mk
+++ b/core/host_executable.mk
@@ -18,7 +18,7 @@ $(call host-executable-hook)
skip_build_from_source :=
ifdef LOCAL_PREBUILT_MODULE_FILE
ifeq (,$(call if-build-from-source,$(LOCAL_MODULE),$(LOCAL_PATH)))
-include $(BUILD_PREBUILT)
+include $(BUILD_SYSTEM)/prebuilt_internal.mk
skip_build_from_source := true
endif
endif