Loading fsgen/filesystem_creator.go +4 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,10 @@ func createFsGenState(ctx android.LoadHookContext) *FsGenState { "public.libraries.android.txt": defaultDepCandidateProps(ctx.Config()), "update_engine_sideload": defaultDepCandidateProps(ctx.Config()), }, "vendor": newMultilibDeps(), "vendor": &map[string]*depCandidateProps{ "fs_config_files_vendor": defaultDepCandidateProps(ctx.Config()), "fs_config_dirs_vendor": defaultDepCandidateProps(ctx.Config()), }, "odm": newMultilibDeps(), "product": newMultilibDeps(), "system_ext": &map[string]*depCandidateProps{ Loading Loading
fsgen/filesystem_creator.go +4 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,10 @@ func createFsGenState(ctx android.LoadHookContext) *FsGenState { "public.libraries.android.txt": defaultDepCandidateProps(ctx.Config()), "update_engine_sideload": defaultDepCandidateProps(ctx.Config()), }, "vendor": newMultilibDeps(), "vendor": &map[string]*depCandidateProps{ "fs_config_files_vendor": defaultDepCandidateProps(ctx.Config()), "fs_config_dirs_vendor": defaultDepCandidateProps(ctx.Config()), }, "odm": newMultilibDeps(), "product": newMultilibDeps(), "system_ext": &map[string]*depCandidateProps{ Loading