diff options
Diffstat (limited to 'update_gypi_and_asm.py')
-rw-r--r-- | update_gypi_and_asm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_gypi_and_asm.py b/update_gypi_and_asm.py index 6ac8383..349a7e7 100644 --- a/update_gypi_and_asm.py +++ b/update_gypi_and_asm.py @@ -187,6 +187,7 @@ def main(): tool_cc_files = FindCFiles(os.path.join('src', 'tool'), NoTests) crypto_c_files.append('android_compat_hacks.c') + crypto_c_files.append('android_compat_keywrap.c') with open('sources.mk', 'w+') as makefile: makefile.write(FILE_HEADER) |