fs_config: remove -S option.
mkfs warns about unknown "selabel=" fields, and this should be coming from the file_contexts file, not here. Test: treehugger Change-Id: I63f3f616a2588438017e609a1a08c9dd7bf0c2ed
This commit is contained in:
@@ -6084,7 +6084,7 @@ endif
|
||||
# $1: root directory
|
||||
# $2: add prefix
|
||||
define fs_config
|
||||
(cd $(1); find . -type d | sed 's,$$,/,'; find . \! -type d) | cut -c 3- | sort | sed 's,^,$(2),' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_OUT) -S $(SELINUX_FC) -R "$(2)"
|
||||
(cd $(1); find . -type d | sed 's,$$,/,'; find . \! -type d) | cut -c 3- | sort | sed 's,^,$(2),' | $(HOST_OUT_EXECUTABLES)/fs_config -C -D $(TARGET_OUT) -R "$(2)"
|
||||
endef
|
||||
|
||||
define filter-out-missing-vendor
|
||||
|
Reference in New Issue
Block a user