Finally figured out the answer to this. We had not included the Engine/Source tree for artists, but if you look inside UEBuildAndroid.cs in the method RegisterBuildPlatform, you’ll find an existence test for AndroidTargetPlatform.Build.cs, Without that file present, the Android platform will not be registered.