Closed as not planned
Description
Hi everyone, i'm new to using Buildozer. I think it's a very interesting and useful tool, it's fantastic!
I have a question,
for exampe, i have a project that uses a set of libraries, so i install them with
pip install library1 library2 library3
In the buildozer.spec file, i list the libraries i'm using :
requirements=library1,library2,library3
When you build the project, for example for Android, what does Buildozer do?
Does it make a copy of the installed libraries or does it generate new ones by retrieving and reinstalling them from a package source? Or something else ?
Thank you very much in advance