diff options
author | 2024-10-12 00:31:19 +0000 | |
---|---|---|
committer | 2024-10-12 00:31:19 +0000 | |
commit | aeaddef7aaa16afac6a242b47aedaf8ef70c0f8c (patch) | |
tree | 8582cf446fdf69200da4bf1866e657b860d0953f /android/visibility_test.go | |
parent | acd01347be288a67badcfc0c668742bbd194550b (diff) | |
parent | dc6492f01bbfb4a0f3e10efe6fa8e7cb5a876982 (diff) |
Merge "Set the appropriate deps property for the soong generated fs modules" into main
Diffstat (limited to 'android/visibility_test.go')
-rw-r--r-- | android/visibility_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/visibility_test.go b/android/visibility_test.go index 1a2eecafb..277be0f65 100644 --- a/android/visibility_test.go +++ b/android/visibility_test.go @@ -2098,8 +2098,9 @@ func (p *mockLibraryModule) GenerateAndroidBuildActions(ModuleContext) { } type mockFilesystemModuleProperties struct { - Partition_type *string - Deps []string + Partition_type *string + Deps []string + Is_auto_generated *bool } type mockFilesystemModule struct { |