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