summaryrefslogtreecommitdiff
path: root/android/visibility_test.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-12 00:31:19 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-12 00:31:19 +0000
commitaeaddef7aaa16afac6a242b47aedaf8ef70c0f8c (patch)
tree8582cf446fdf69200da4bf1866e657b860d0953f /android/visibility_test.go
parentacd01347be288a67badcfc0c668742bbd194550b (diff)
parentdc6492f01bbfb4a0f3e10efe6fa8e7cb5a876982 (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.go5
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 {