Skip to content
Snippets Groups Projects
Commit b19665c3 authored by rpcraig's avatar rpcraig
Browse files

Add mac_permissions.xml file.

This was moved from external/mac-policy.git
parent 1f0f77fc
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,18 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)
include $(BUILD_PREBUILT)
##################################
include $(CLEAR_VARS)
LOCAL_MODULE := mac_permissions.xml
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/security
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
##################################
endif #ifeq ($(HAVE_SELINUX),true)
This diff is collapsed.
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