From eb6f2cba5844c1ba5ca0e9d01fe400eaff0f489e Mon Sep 17 00:00:00 2001 From: Android Tools Maintainers Date: Mon, 27 Jun 2022 18:04:55 +0100 Subject: [PATCH] Update debian/sources.mk Forwarded: not-needed Gbp-Pq: Name 02-sources-mk.patch --- src/util/generate_build_files.py | 3 +++ 1 file changed, 3 insertions(+) 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': -- 2.30.2