[GWP-ASan] Fix unittest build include.

GWP-ASan unittests failed to build on arm64 because of a missing
dependency on liblog. Looks like something in the transient dependency
from libasync_safe -> liblog is header only now, and so we don't get
defintions of some libraries.

Fix up the build by including this library.

Bug: 152354649
Test: atest gwp_asan_unittest
Change-Id: I6a95e1a6e867cfa015567c7171feac86013925f4
1 file changed