sources-mk
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Sun, 12 Jun 2022 15:52:06 +0000 (16:52 +0100)
committerRoger Shimizu <rosh@debian.org>
Sun, 12 Jun 2022 15:52:06 +0000 (16:52 +0100)
Gbp-Pq: Name 02-sources-mk.patch

src/util/generate_build_files.py

index 5cc2de4a00355a9633e9eeab726f380d483e99cf..51608057a31acc8669fe9c2731660009b83d5a05 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':