I have a question about how to pass an argument on the command line where I will pass the NDK path of my Android project.
I have locally my local.properties file where I define the path in ndk.dir, however there is the problem when this project goes to the integration server continues, because I do not version this file because of the local configuration of each machine.
I tried to add manually in the Path of the integration server, but it did not work, so I believe that passing the NDK Path as an argument when running the script in Jenkins is the most viable option currently.
So I would like to know if there is a possibility of passing the NDK as an argument when running the Gradle build.