Update debian/sources.mk
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Sat, 29 Oct 2022 08:58:01 +0000 (09:58 +0100)
committerRoger Shimizu <rosh@debian.org>
Sat, 29 Oct 2022 08:58:01 +0000 (09:58 +0100)
Forwarded: not-needed

Gbp-Pq: Name 02-sources-mk.patch

src/util/generate_build_files.py

index 186fb59eda2cf7328a0664afb22b984d8ce14153..ab602772a50fb79712eb245126b11fd4ce503cee 100644 (file)
@@ -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':