summaryrefslogtreecommitdiff
path: root/android/module_test.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-07-25 01:52:54 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-07-25 01:52:54 +0000
commit6899b7ed225aa9ff8d0c1521a33f10abb5420b7c (patch)
tree72a0d9b3ac5c629f187aaf9fcc50522dab7611f2 /android/module_test.go
parentbd0b157c1f8922f2ef1a0d759137a0d2aee5fe11 (diff)
parentd23e0d3244e927c8fd6c2db9e18f6a31e1be54e6 (diff)
Merge changes from topic "avf_apex_android_bp_select" into main
* changes: Make more apex properties configurable Make genrule's srcs property configurable Make some apex properties configurable Make the vintf_fragments property configurable Make the defaults property configurable
Diffstat (limited to 'android/module_test.go')
-rw-r--r--android/module_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/module_test.go b/android/module_test.go
index 922ea21fe..829c07987 100644
--- a/android/module_test.go
+++ b/android/module_test.go
@@ -722,7 +722,6 @@ test {
propInfo{Name: "Arch.X86_64.A", Type: "string", Value: "x86_64 a"},
propInfo{Name: "B", Type: "bool", Value: "true"},
propInfo{Name: "C", Type: "string slice", Values: []string{"default_c", "c"}},
- propInfo{Name: "Defaults", Type: "string slice", Values: []string{"foo_defaults"}},
propInfo{Name: "Embedded_prop", Type: "string", Value: "a"},
propInfo{Name: "Name", Type: "string", Value: "foo"},
propInfo{Name: "Nested.E", Type: "string", Value: "nested e"},
@@ -746,7 +745,6 @@ test {
foo := result.ModuleForTests("foo", "").Module().base()
AssertDeepEquals(t, "foo ", tc.expectedProps, foo.propertiesWithValues())
-
})
}
}