Skip to content
Snippets Groups Projects
Commit 36e725e5 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Fix checkfc options order.

am: ee97662f

Change-Id: I6e2eba3f0081494508b015f6bd785085638f1cee
parents c7b645c8 ee97662f
Branches
No related tags found
No related merge requests found
......@@ -1091,7 +1091,7 @@ $(LOCAL_BUILT_MODULE): PRIVATE_SEPOLICY := $(built_sepolicy)
$(LOCAL_BUILT_MODULE): $(vndservice_contexts.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/checkfc $(ACP)
@mkdir -p $(dir $@)
sed -e 's/#.*$$//' -e '/^$$/d' $< > $@
$(hide) $(HOST_OUT_EXECUTABLES)/checkfc -v $(PRIVATE_SEPOLICY) -e $@
$(hide) $(HOST_OUT_EXECUTABLES)/checkfc -e -v $(PRIVATE_SEPOLICY) $@
vnd_svcfiles :=
vndservice_contexts.tmp :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment