diff options
author | 2024-08-26 00:03:30 +0000 | |
---|---|---|
committer | 2024-08-26 00:03:30 +0000 | |
commit | bc755944999d7b5b1ce1f862818ac88a18cf2b8f (patch) | |
tree | a002410bcfb73c0d27147e6dc3b1895b09495e98 /android/module_test.go | |
parent | ffb985e9bd296255aebc876861afb182ea0bec22 (diff) | |
parent | 52d37c32498b56117f93900cd544e7610fe16462 (diff) |
Merge "Make the defaults property non-configurable" into main
Diffstat (limited to 'android/module_test.go')
-rw-r--r-- | android/module_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/module_test.go b/android/module_test.go index 92041ec90..d64e3a591 100644 --- a/android/module_test.go +++ b/android/module_test.go @@ -722,6 +722,7 @@ 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"}, |