diff options
author | 2024-05-09 07:54:07 +0000 | |
---|---|---|
committer | 2024-05-09 07:54:07 +0000 | |
commit | cfac8c1bc8f12abfb7bb83d05f5fa64d0b75c120 (patch) | |
tree | 47bd5b29231b13d9453550a7a87a119d52269b8a /python/python_test.go | |
parent | 29e34835460ea76d8fd304faf12db410825a6b92 (diff) | |
parent | 5985846f296fde6b0511643cc3049f8ac12d780a (diff) |
Merge "relax the restriction on .proto files in data" into main
Diffstat (limited to 'python/python_test.go')
-rw-r--r-- | python/python_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python_test.go b/python/python_test.go index c0b7295f9..6a6bd1d91 100644 --- a/python/python_test.go +++ b/python/python_test.go @@ -50,7 +50,7 @@ var ( " Second file: in module %s at path %q." noSrcFileErr = moduleVariantErrTemplate + "doesn't have any source files!" badSrcFileExtErr = moduleVariantErrTemplate + "srcs: found non (.py|.proto) file: %q!" - badDataFileExtErr = moduleVariantErrTemplate + "data: found (.py|.proto) file: %q!" + badDataFileExtErr = moduleVariantErrTemplate + "data: found (.py) file: %q!" bpFile = "Android.bp" data = []struct { |