summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorTom Marshall <tdm@cyngn.com>2014-10-01 07:33:51 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 17:49:40 -0700
commita6eec6f0f533e2722a79b2406a18831db7470bf6 (patch)
tree4017efa0551fd0c50753dfa377d688f57014079e /core/config.mk
parent3b0fd614f1ec0894bead7f058f502b11d2105299 (diff)
downloadbuild-a6eec6f0f533e2722a79b2406a18831db7470bf6.zip
build-a6eec6f0f533e2722a79b2406a18831db7470bf6.tar.gz
build-a6eec6f0f533e2722a79b2406a18831db7470bf6.tar.bz2
build: Use project pathmap for recovery
Change-Id: I6339ac77b899a43db21261d587252b65cb58ad79
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 2eb09ec..44fd7e6 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -161,6 +161,10 @@ include $(BUILD_SYSTEM)/envsetup.mk
# See envsetup.mk for a description of SCAN_EXCLUDE_DIRS
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .repo .git)
+# General entries for project pathmap. Any entries listed here should
+# be device and hardware independent.
+$(call project-set-path-variant,recovery,RECOVERY_VARIANT,bootable/recovery)
+
-include vendor/extra/BoardConfigExtra.mk
# The build system exposes several variables for where to find the kernel
# headers: