Fix freeze test condition to board api
Bug: 314010177 Test: build and boot Change-Id: I5ccd1018a0dadb5259ac23a18635951cee107421
This commit is contained in:
parent
a2ca79aff5
commit
7a235a4d9d
1 changed files with 2 additions and 2 deletions
|
@ -248,10 +248,10 @@ LOCAL_REQUIRED_MODULES += \
|
|||
endif # SELINUX_IGNORE_NEVERALLOWS
|
||||
endif # with_asan
|
||||
|
||||
ifneq ($(PLATFORM_SEPOLICY_VERSION),$(TOT_SEPOLICY_VERSION))
|
||||
ifeq ($(BOARD_API_LEVEL_FROZEN),true)
|
||||
LOCAL_REQUIRED_MODULES += \
|
||||
se_freeze_test
|
||||
endif # ($(PLATFORM_SEPOLICY_VERSION),$(TOT_SEPOLICY_VERSION))
|
||||
endif
|
||||
|
||||
include $(BUILD_PHONY_PACKAGE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue