Add third_party/libevent/compat to includes

libevent uses TAILQ from sys/queue.h, which is not part of posix and is
not implemented in musl libc.  libevent includes an implementation in
third_party/libevent/compat/sys/queue.h, add the directory to the
include paths.

Test: m USE_HOST_MUSL=true out/soong/.intermediates/external/cronet/cronet_aml_base_base__testing/linux_musl_x86_64_static/cronet_aml_base_base__testing.a
Change-Id: Ie7f9a4fc2d3de4a8613ffb018aba7d8654de2c89
8 files changed