MATLAB: Does the STF_make_rtw_hook method work with accelerator mode

acceleratorsimulink coder

I'm trying to customise my build process with the STF_make_rtw_hook File mechanism.
https://uk.mathworks.com/help/ecoder/ug/customizing-the-target-build-process-with-the-stf-make-rtw-hook-file.html
It was my belief that accelerated models would use the 'accel.tlc' STF and therefore I should be able to provide an accel_make_rtw_hook.m file – however this does not seem to work.
Is what I'm trying to do not possible or should I assume there is a problem with my implementation?

Best Answer

I eventually managed to get this to work by creating a modelrefsim_make_rtw_hook.m file instead so it seems the answer is yes.
Related Question