This commit is contained in:
shuixx
2025-07-14 03:06:44 +00:00
parent 5b04d23cb7
commit a2f63d21f0
11 changed files with 42 additions and 42 deletions

View File

@@ -454,7 +454,7 @@ endif
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
ifneq ($(MINUS_BUILD),)
include vendor/minus/config/BoardConfigMinus.mk
include vendor/strix/config/BoardConfigMinus.mk
endif
# The build system exposes several variables for where to find the kernel

View File

@@ -210,7 +210,7 @@ BUILD_WITHOUT_PV := true
# ------------------------------------------------------------
# Include vendor specific additions to build properties
-include vendor/minus/build/core/main.mk
-include vendor/strix/build/core/main.mk
# ------------------------------------------------------------
# Define a function that, given a list of module tags, returns

View File

@@ -93,4 +93,4 @@ FRAMEWORKS_BASE_SUBDIRS := \
FRAMEWORKS_BASE_JAVA_SRC_DIRS := \
$(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS))
-include vendor/minus/build/core/pathmap.mk
-include vendor/strix/build/core/pathmap.mk