Skip to content
Snippets Groups Projects
Commit b4014d39 authored by William Roberts's avatar William Roberts Committed by Android Git Automerger
Browse files

am 5a2988fc: Remove duplicate paths from sepolicy_replace_paths

* commit '5a2988fc':
  Remove duplicate paths from sepolicy_replace_paths
parents 45ed43dd 5a2988fc
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ $(foreach pf, $(BOARD_SEPOLICY_REPLACE), \
build_policy = $(foreach type, $(1), \
$(foreach expanded_type, $(notdir $(wildcard $(addsuffix /$(type), $(LOCAL_PATH)))), \
$(if $(filter $(expanded_type), $(BOARD_SEPOLICY_REPLACE)), \
$(wildcard $(addsuffix $(expanded_type), $(dir $(sepolicy_replace_paths)))), \
$(wildcard $(addsuffix $(expanded_type), $(sort $(dir $(sepolicy_replace_paths))))), \
$(LOCAL_PATH)/$(expanded_type) \
) \
) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment