Add recovery-resources-common-* module to FsGenState
This change selectively adds the recovery-resources-common-*dpi module
to FsGenState based on the logic converted from make.
Test: m soong_generated_recovery_filesystem_test
Bug: 381888358
Change-Id: I5620b8b349728cc83d436bf5df45d836064ed1c6
diff --git a/android/variable.go b/android/variable.go
index e06fb8a..baa2646 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -669,6 +669,8 @@
VendorRamdiskKernelOptionsFile string `json:",omitempty"`
ProductFsverityGenerateMetadata bool `json:",omitempty"`
+
+ TargetScreenDensity string `json:",omitempty"`
}
func boolPtr(v bool) *bool {