Skip to content
Snippets Groups Projects
Commit fb558082 authored by Tri Vo's avatar Tri Vo
Browse files

Add 27.0 mapping file to system image.

Bug: 69390067
Test: 27.0.cil is installed to /system/etc/selinux/mapping/27.0.cil

Change-Id: If5b37ca7920a66b4fceaa031b6e8e9bafd18ac47
parent 7cc2a53c
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,7 @@ ifeq ($(PRODUCT_SEPOLICY_SPLIT),true)
LOCAL_REQUIRED_MODULES += \
$(platform_mapping_file) \
26.0.cil \
27.0.cil \
plat_pub_versioned.cil \
vendor_sepolicy.cil \
plat_sepolicy.cil \
......@@ -467,6 +468,16 @@ current_mapping.cil :=
#################################
include $(CLEAR_VARS)
LOCAL_MODULE := 27.0.cil
LOCAL_SRC_FILES := private/compat/27.0/27.0.cil
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/selinux/mapping
include $(BUILD_PREBUILT)
#################################
include $(CLEAR_VARS)
LOCAL_MODULE := 26.0.cil
LOCAL_SRC_FILES := private/compat/26.0/26.0.cil
LOCAL_MODULE_CLASS := ETC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment