Browse Source

dist: Suppress warning about android_log module building for Android

This module is linked statically and provided via the built-in module loader
rdb 3 years ago
parent
commit
ce7c1ec16c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/dist/FreezeTool.py

+ 2 - 0
direct/src/dist/FreezeTool.py

@@ -91,6 +91,8 @@ ignoreImports = {
 
     'toml.encoder': ['numpy'],
     'py._builtin': ['__builtin__'],
+
+    'site': ['android_log'],
 }
 
 if sys.version_info >= (3, 8):