egl/android: include "util/compiler.h" for FALLTHROUGH macro
Fixes the following building error:
external/mesa/src/egl/drivers/dri2/platform_android.c:1263:10: error: use of undeclared identifier 'FALLTHROUGH' FALLTHROUGH; /* for pbuffers */ ^ 1 error generated.
Fixes: 2928c21e ("Convert most remaining free-form fall-through comments to FALLTHROUGH")