Add another ASAN variant of libclang_rt that is causing test failure.

This is just a short term fix while figuring out how to handle these
libraries. If they should be in the apex then we should match them with a
glob pattern instead.

Bug: 124293228
Test: art/build/apex/runtests.sh
Change-Id: I2e92c570a717e71708e9e57a0e2b728f17d8c5c1
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 4885436..73192a9 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -428,6 +428,7 @@
     # TODO(b/124293228): Figure out why we get these.
     self._checker.check_library('libcutils.so')
     self._checker.check_optional_library('libclang_rt.asan-i686-android.so')
+    self._checker.check_optional_library('libclang_rt.hwasan-aarch64-android.so')
 
     self._checker.check_java_library('core-oj.jar')
     self._checker.check_java_library('core-libart.jar')