Building android-go "stdlib.h: No such file or directory"

Basically I posted this in a couple of places and was wondering if anyone from gradle forums had an idea what the problem was.

I am building a minimal example android-go app but getting an error and this happens by default.
"_cgo_export.c:2:20: fatal error: stdlib.h: No such file or directory"

I’m hoping I can get past it and build my android app written in native go.

Thanks