Introduce packaging property high_priority_deps

The property is used to specify the modules with higher install property
when there are multiple source files for an install file.

Test: m nothing
Bug: 376345875
Change-Id: I4fc474b7c8d5e07dd59d509064e50d9798ae9e71
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index 97421c8..0599ea0 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -179,6 +179,7 @@
 	module.AddProperties(&filesystemModule.properties)
 	android.InitPackageModule(filesystemModule)
 	filesystemModule.PackagingBase.DepsCollectFirstTargetOnly = true
+	filesystemModule.PackagingBase.AllowHighPriorityDeps = true
 	android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon)
 	android.InitDefaultableModule(module)
 }