diff options
| author | 2024-07-25 01:52:54 +0000 | |
|---|---|---|
| committer | 2024-07-25 01:52:54 +0000 | |
| commit | 6899b7ed225aa9ff8d0c1521a33f10abb5420b7c (patch) | |
| tree | 72a0d9b3ac5c629f187aaf9fcc50522dab7611f2 /android/module_test.go | |
| parent | bd0b157c1f8922f2ef1a0d759137a0d2aee5fe11 (diff) | |
| parent | d23e0d3244e927c8fd6c2db9e18f6a31e1be54e6 (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.go | 2 |
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()) - }) } } |