aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorChidera Olibie <colibie@google.com>2024-02-26 14:13:31 +0000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-27 22:05:18 +0000
commita9a3ca49444bb1efac115e64d3ab469c54bec984 (patch)
tree902d1c3647db67caed09b7fb4754cf4c4bdf2c8c /util
parent5bed5b9aaab4edc8c0ee62493b6e760f9f7a3457 (diff)
downloadboringssl-a9a3ca49444bb1efac115e64d3ab469c54bec984.zip
boringssl-a9a3ca49444bb1efac115e64d3ab469c54bec984.tar.gz
boringssl-a9a3ca49444bb1efac115e64d3ab469c54bec984.tar.bz2
Make pki_sources available to Soong
This allows building libpki in aosp with some changes to the downstream bp file Bug: b/322154153 Change-Id: I68773079ec44929b71c1990d13bd3198a4c57ea7 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66587 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/generate_build_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/generate_build_files.py b/util/generate_build_files.py
index 6038ba2..7024090 100644
--- a/util/generate_build_files.py
+++ b/util/generate_build_files.py
@@ -127,6 +127,7 @@ class Android(object):
self.PrintDefaults(blueprint, 'boringssl_test_support_sources', files['test_support'])
self.PrintDefaults(blueprint, 'boringssl_crypto_test_sources', files['crypto_test'])
self.PrintDefaults(blueprint, 'boringssl_ssl_test_sources', files['ssl_test'])
+ self.PrintDefaults(blueprint, 'libpki_sources', files['pki'])
# Legacy Android.mk format, only used by Trusty in new branches
with open('sources.mk', 'w+') as makefile: