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

Fix rules for general_property_contexts.


Failed to include base_rules.mk, so this target was not being built.

Change-Id: I2414fa6c3e3e37c74f63c205e3694d1a811c956e
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 2e0cd5ad
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,8 @@ LOCAL_MODULE := general_property_contexts
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := tests
include $(BUILD_SYSTEM)/base_rules.mk
$(LOCAL_BUILT_MODULE): PRIVATE_SEPOLICY := $(built_sepolicy)
$(LOCAL_BUILT_MODULE) : $(addprefix $(LOCAL_PATH)/, property_contexts) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkfc
@mkdir -p $(dir $@)
......
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