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

Commit 2cc71454 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set fsverity.libs for soong generated filesystem modules" into main

parents 130cbf6f 3c7be418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -395,6 +395,7 @@ func (f *filesystemCreator) createPartition(ctx android.LoadHookContext, partiti
		"framework/*/*",     // framework/{arch}
		"framework/oat/*/*", // framework/oat/{arch}
	}
	fsProps.Fsverity.Libs = []string{":framework-res{.export-package.apk}"}

	// system_image properties that are not set:
	// - filesystemProperties.Avb_hash_algorithm
@@ -406,7 +407,6 @@ func (f *filesystemCreator) createPartition(ctx android.LoadHookContext, partiti
	// - filesystemProperties.Mount_point
	// - filesystemProperties.Include_make_built_files
	// - filesystemProperties.Build_logtags
	// - filesystemProperties.Fsverity.Libs
	// - systemImageProperties.Linker_config_src
	var module android.Module
	if partitionType == "system" {