Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29daa0cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add fs_config_files_vendor and fs_config_dirs_vendor to deps" into main

parents adab4787 49cc3e82
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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{