^(Hello,)
^(I am trying to buil android images with void linux,)
^(most of the guides online are for debian/ubuntu distros and the apt install pacakges don't always match the contents of the void repo server)
^(is there a known package install list for void that makes building android on void possible?)
^(for example, the command below:)
^(repo init -u) ^(https://github.com/LineageOS/android.git) ^(-b lineage-17.1)
^(isn't working for me due to a missing package)
^(looking at this page) ^(https://www.xda-developers.com/how-to-build-lineageos-on-windows-10-using-wsl-2/)
^(the following packages are required)
^(sudo apt update && sudo apt full-upgrade -y && sudo apt install -y build-essential ccache libncurses5 libssl-dev m4 unzip zip)
^(can anyone tell me which void package will enable the "repo init -u https........." command?)
^(Thanks)