diff options
author | wsnipex <wsnipex@a1.net> | 2020-05-18 08:52:35 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2020-05-19 10:47:29 +0200 |
commit | 2333e03a5a76a652f4d9c933e748dd052638560b (patch) | |
tree | 504af80c6f597388869bd1a4861347217e3ead86 /tools | |
parent | 9eec6f3fdde21894ac506a90203f4da89f901f5e (diff) |
[android] python: include profile module
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/python3/modules.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/depends/target/python3/modules.setup b/tools/depends/target/python3/modules.setup index f965baa4a1..37ca064e2b 100644 --- a/tools/depends/target/python3/modules.setup +++ b/tools/depends/target/python3/modules.setup @@ -339,6 +339,8 @@ binascii binascii.c # Fred Drake's interface to the Python parser parser parsermodule.c +# profiling +_lsprof _lsprof.c rotatingtree.c # Andrew Kuchling's zlib module. # This require zlib 1.1.3 (or later). |