aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-05-15 16:09:53 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-05-15 21:30:00 +0000
commitfc953df2352e1c1bcb34cb5f75a0e409014c1690 (patch)
tree1ede7bd63cc68acbe5788f3c1b9558351bc0e523 /util
parent1a9edc3e3b1024af4f6dc1ed6bb391510cb494ba (diff)
downloadboringssl-fc953df2352e1c1bcb34cb5f75a0e409014c1690.zip
boringssl-fc953df2352e1c1bcb34cb5f75a0e409014c1690.tar.gz
boringssl-fc953df2352e1c1bcb34cb5f75a0e409014c1690.tar.bz2
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>
Diffstat (limited to 'util')
-rw-r--r--util/generate_build_files.py2
1 files changed, 2 insertions, 0 deletions
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 @@ class AndroidCMake(object):
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'])