summaryrefslogtreecommitdiff
path: root/android/visibility_test.go
diff options
context:
space:
mode:
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 {