From: Android Tools Maintainers Date: Sat, 18 Jun 2022 17:14:20 +0000 (+0100) Subject: sources-mk X-Git-Tag: archive/raspbian/13_preview2-7+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c0cbecf45e15f0f39cf6ea8d983ed29a77f0d35c;p=android-platform-external-boringssl.git sources-mk Gbp-Pq: Name 02-sources-mk.patch --- diff --git a/src/util/generate_build_files.py b/src/util/generate_build_files.py index 5cc2de4..5160805 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':