Add another library that appears on branch git_master_asan_cf_throttled,
target aosp_cf_x86_pasan-userdebug.

Bug: 124293228
Test: art/build/apex/runtests.sh
Test: m
Change-Id: I2657d83a292a225526df0b6ff992ddecb4682221
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 5e9e08b..1301be4 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -425,8 +425,9 @@
     self._checker.check_library('libunwindstack.so')
     self._checker.check_optional_library('libvixl.so')  # Only on ARM/ARM64
 
-    # TODO(b/124293228): Figure out why we get this.
+    # 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_java_library('core-oj.jar')
     self._checker.check_java_library('core-libart.jar')