Revert^2 "Fix freeze test condition to board api"

f3fad1a66b

Change-Id: I19b36342de003a32a2c76fb513382f1b34cf5a7e
This commit is contained in:
Inseob Kim 2024-02-13 02:19:24 +00:00 committed by Gerrit Code Review
parent f3fad1a66b
commit e28eb52f4e

View File

@ -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)