This commit is contained in:
shuixx
2025-07-14 03:15:10 +00:00
parent a2f63d21f0
commit 23979be87f
7 changed files with 11 additions and 11 deletions

View File

@@ -453,7 +453,7 @@ endif
# See envsetup.mk for a description of SCAN_EXCLUDE_DIRS
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
ifneq ($(MINUS_BUILD),)
ifneq ($(STRIX_BUILD),)
include vendor/strix/config/BoardConfigMinus.mk
endif
@@ -1299,7 +1299,7 @@ endif
SOONG_VARIABLES := $(SOONG_OUT_DIR)/soong.$(TARGET_PRODUCT)$(COVERAGE_SUFFIX).variables
SOONG_EXTRA_VARIABLES := $(SOONG_OUT_DIR)/soong.$(TARGET_PRODUCT)$(COVERAGE_SUFFIX).extra.variables
ifneq ($(MINUS_BUILD),)
ifneq ($(STRIX_BUILD),)
ifneq ($(wildcard device/lineage/sepolicy/common/sepolicy.mk),)
## We need to be sure the global selinux policies are included
## last, to avoid accidental resetting by device configs