From: Android Tools Maintainers Date: Wed, 16 Nov 2022 06:28:07 +0000 (+0000) Subject: Update debian/sources.mk X-Git-Tag: archive/raspbian/13.0.0+r11-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe9c1dec72b62f92a41d1f9e017c8e4522434da2;p=android-platform-external-boringssl.git Update debian/sources.mk Forwarded: not-needed Gbp-Pq: Name 02-sources-mk.patch --- diff --git a/src/util/generate_build_files.py b/src/util/generate_build_files.py index 186fb59..ab60277 100644 --- a/src/util/generate_build_files.py +++ b/src/util/generate_build_files.py @@ -315,6 +315,9 @@ class Eureka(object): self.PrintVariableSection(makefile, 'crypto_sources', files['crypto']) self.PrintVariableSection(makefile, 'ssl_sources', files['ssl']) self.PrintVariableSection(makefile, 'tool_sources', files['tool']) + self.PrintVariableSection(makefile, 'test_support_sources', files['test_support']) + self.PrintVariableSection(makefile, 'crypto_test_sources', files['crypto_test']) + self.PrintVariableSection(makefile, 'ssl_test_sources', files['ssl_test']) for ((osname, arch), asm_files) in asm_outputs: if osname != 'linux':