Skip to content
Snippets Groups Projects
Commit a39ff52a authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am c9361731: Fix rules for general_property_contexts.

* commit 'c9361731':
  Fix rules for general_property_contexts.
parents dc215e96 c9361731
No related branches found
No related tags found
No related merge requests found
...@@ -267,6 +267,8 @@ LOCAL_MODULE := general_property_contexts ...@@ -267,6 +267,8 @@ LOCAL_MODULE := general_property_contexts
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := tests LOCAL_MODULE_TAGS := tests
include $(BUILD_SYSTEM)/base_rules.mk
$(LOCAL_BUILT_MODULE): PRIVATE_SEPOLICY := $(built_sepolicy) $(LOCAL_BUILT_MODULE): PRIVATE_SEPOLICY := $(built_sepolicy)
$(LOCAL_BUILT_MODULE) : $(addprefix $(LOCAL_PATH)/, property_contexts) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkfc $(LOCAL_BUILT_MODULE) : $(addprefix $(LOCAL_PATH)/, property_contexts) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkfc
@mkdir -p $(dir $@) @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