How do I rebuild the Android AutomationTool?

I’m trying to compile these patches (iterative deploy for Android using Launch) in the source code of 4.7.x from github:

https://github.com/EpicGames/UnrealEngine/commit/a7f7b0396ba180f4455fa6d3c3478d8cab0d72b2
https://github.com/EpicGames/UnrealEngine/commit/0eab0d7eb1a030756a6a7dba86ef035fd2a867ec
https://github.com/EpicGames/UnrealEngine/commit/482eba0564b77faf80be960ef78f08f7a1ebec7f

How do I re-compile these files?

Rebuilding the editor or UE4Game doesn’t seem to involve these files, is there any script I should run?

Hello,

You can try going into your UE4.sln on your source build and building the Android Automation project. You can find this in the Solution Explorer under Programs/Automation and you should see Android.Automation, which you can then right-click and build. This should give you the results you’re looking for.

Have a great day