Instead of using Buildozer, I changed to P4a. Buildozer used the buildozer.spec for arguments and I'm assuming the .p4a is the equivalent of this. According to docs I stumbled across, I just add a .p4a to my project root and p4a will find it.
What I don't know is, what are all the argument types you can pass to the build? For instance, can you add to the manifest.xml through the .p4a file?
How would I add android permissions to the .p4a? I'm assuming the layout is different from the buildozer.specs. Is there any fully written docs on the .p4a files, listing all the argument types and how they should be written?
My Distb Directory ended up being /.local.. Is there anyway to change this directory out put?