Add crypto_test_data to the AndroidCMake build

This really needs to get unified with the other builds but, in the
meantime, go add the source list it will need.

Bug: b:340911818
Change-Id: Ie0914becbd28afdd3b0c918a48e80881751f4690
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68467
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
diff --git a/util/generate_build_files.py b/util/generate_build_files.py
index 31b39f4..977e9f9 100644
--- a/util/generate_build_files.py
+++ b/util/generate_build_files.py
@@ -190,6 +190,8 @@
                                 files['test_support'])
       self.PrintVariableSection(out, 'crypto_test_sources',
                                 files['crypto_test'])
+      self.PrintVariableSection(out, 'crypto_test_data',
+                                files['crypto_test_data'])
       self.PrintVariableSection(out, 'ssl_test_sources', files['ssl_test'])