Revert^2 "Fix freeze test condition to board api" am: e28eb52f4e
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2960345 Change-Id: Ifbc4f013eea02d908efdce8666057391fc3fcf30 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ed15451e78
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