Move non-treble devices to split file_contexts

am: 6ef44cbece

Change-Id: Ia60185a553c4240b5e3b592af91ef6f57aa6a3ef
This commit is contained in:
Jeff Vander Stoep 2017-06-12 22:14:26 +00:00 committed by android-build-merger
commit fc9e362950

View file

@ -61,7 +61,8 @@ static const struct selinux_opt seopts_file_split[] = {
};
static const struct selinux_opt seopts_file_rootfs[] = {
{ SELABEL_OPT_PATH, "/file_contexts.bin" }
{ SELABEL_OPT_PATH, "/plat_file_contexts" },
{ SELABEL_OPT_PATH, "/nonplat_file_contexts" }
};
static const char *const sepolicy_file = "/sepolicy";