DDX/DDY on Android for Flat Shading

Good day. Screen-space derivatives(ddx and ddy) are not avaliable on mobile platforms.

I assume you are willing to create flat shading effect for your material. If that is the case, you have to either import the model with hard edges, or modify the vertex shader.
Alternatively, you can check this forum thread. Maybe you could fake the whole effect, like it is described on one of the pictures in the above-mentioned thread.