Skip to content
Snippets Groups Projects
Commit c330f629 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4373021 from 67e256b9 to oc-mr1-iot-release

Change-Id: Idc94ca2258aebc7c001b79e13e61bc8da4e8e356
parents e3044185 67e256b9
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ ifeq ($(PRODUCT_FULL_TREBLE),true)
# Use split SELinux policy
LOCAL_REQUIRED_MODULES += \
$(platform_mapping_file) \
26.0.cil \
nonplat_sepolicy.cil \
plat_sepolicy.cil \
plat_and_mapping_sepolicy.cil.sha256 \
......@@ -378,6 +379,16 @@ current_mapping.cil :=
#################################
include $(CLEAR_VARS)
LOCAL_MODULE := 26.0.cil
LOCAL_SRC_FILES := private/compat/26.0/26.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 := plat_and_mapping_sepolicy.cil.sha256
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
......
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