This reporitory contains the source code to build DKLS/Schnorr libraries for android
- you need to use the build script in dkls repository to build the libs first, usually it spit out libgodkls.so and libgoschnorr.so, for all the platforms you want to support.
- copy the libs to dkls/src/main/cpp/libs folder or goschnorr/src/main/cpp/libs folder
- run the following command to build the aar file
./gradlew clean bundleReleaseAar
- the aar file will be in dkls/build/outputs/aar or goschnorr/build/outputs/aar folder