Revert "Set the appropriate deps property for the soong generated fs modules"

This reverts commit dc6492f01bbfb4a0f3e10efe6fa8e7cb5a876982.

Reason for revert: Breaking targets in post submit

Change-Id: I50e80f1f6634db6cec42aba7f2262275b6ec8b88
diff --git a/android/visibility_test.go b/android/visibility_test.go
index 277be0f..1a2eeca 100644
--- a/android/visibility_test.go
+++ b/android/visibility_test.go
@@ -2098,9 +2098,8 @@
 }
 
 type mockFilesystemModuleProperties struct {
-	Partition_type    *string
-	Deps              []string
-	Is_auto_generated *bool
+	Partition_type *string
+	Deps           []string
 }
 
 type mockFilesystemModule struct {