commit | 0d545b8242b06ad745b6745a83da952093889b88 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Fri Oct 11 00:21:57 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Thu Oct 17 02:23:49 2024 +0000 |
tree | 63b710ef5ff6c1800242f7fefe6e0a060c2bdf57 | |
parent | 70c43ec62fd900cdff7aa0fa724dc2318b1acbfd [diff] [blame] |
Revert^4 "Set the appropriate deps property for the soong generated fs modules" This change relands https://r.android.com/3304859. Test: m nothing --no-skip-soong-tests && ABTD Bug: 372771060 Change-Id: Ie798fee2a71c14d5e8ac5e2433394bbb090cd595
diff --git a/android/visibility_test.go b/android/visibility_test.go index 1a2eeca..277be0f 100644 --- a/android/visibility_test.go +++ b/android/visibility_test.go
@@ -2098,8 +2098,9 @@ } type mockFilesystemModuleProperties struct { - Partition_type *string - Deps []string + Partition_type *string + Deps []string + Is_auto_generated *bool } type mockFilesystemModule struct {