Skip to content
Snippets Groups Projects
Commit 2b826fcb authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Add a dependency on checkpolicy.

parent 02fb5f3c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ $(sepolicy_policy.conf) : $(wildcard $(addprefix $(LOCAL_PATH)/,security_classes
@mkdir -p $(dir $@)
$(hide) m4 -D mls_num_sens=$(PRIVATE_MLS_SENS) -D mls_num_cats=$(PRIVATE_MLS_CATS) -s $^ > $@
$(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf)
$(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
@mkdir -p $(dir $@)
$(hide) checkpolicy -M -c $(POLICYVERS) -o $@ $<
......
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