Triang3l / premake-androidndk

Premake generator for ndk-build Android.mk with support for compiling various languages for multiple ABIs
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

PreBuild Commands #2

Open techie-guy opened 9 months ago

techie-guy commented 9 months ago

Is there any way to run the prebuild commands in the premake5.lua file, from Gradle

Triang3l commented 6 months ago

You should be able to invoke Premake as a usual command-line application via some variant of exec in Gradle if I understand correctly that's what you're trying to do: https://stackoverflow.com/questions/38250735/gradle-execute-command-lines-in-custom-task