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

Commit 3c7be418 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Set fsverity.libs for soong generated filesystem modules

This aligns with the fsverity input of the make rules and that of the
generic system image.

Test: m nothing
Bug: 369682648
Change-Id: I7e9e43beba2e03df60a3ef6aaea0ce68d0c378d0
parent af6a34b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,6 +420,7 @@ func generateFsProps(ctx android.EarlyModuleContext, partitionType string) (*fil
		"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
@@ -431,7 +432,6 @@ func generateFsProps(ctx android.EarlyModuleContext, partitionType string) (*fil
	// - filesystemProperties.Mount_point
	// - filesystemProperties.Include_make_built_files
	// - filesystemProperties.Build_logtags
	// - filesystemProperties.Fsverity.Libs
	// - systemImageProperties.Linker_config_src

	return fsProps, true