Skip to content
Snippets Groups Projects
Commit f4ea5b25 authored by Ying Wang's avatar Ying Wang Committed by Kenny Root
Browse files

Use the checkpolicy built from source.

Change-Id: I22f49db3d59b50ed8975d8c1146bb9c322adbf7e
parent 4c6f1ce8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ $(sepolicy_policy.conf) : $(wildcard $(addprefix $(LOCAL_PATH)/,security_classes
$(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
@mkdir -p $(dir $@)
$(hide) checkpolicy -M -c $(POLICYVERS) -o $@ $<
$(hide) $(HOST_OUT_EXECUTABLES)/checkpolicy -M -c $(POLICYVERS) -o $@ $<
sepolicy_policy.conf :=
##################################
......
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