We no longer depend on libutils.

Test: art/build/apex/runtests.sh (on aosp_taimen, aosp_cf_x86, hikey64_only)
Bug: 124293228
Change-Id: Id463ed6f1b4bb05462fd3619bce65e3c25b07ce6
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 07006cb..a1fe713 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -499,11 +499,8 @@
     self._checker.check_native_library('libz')
 
     # TODO(b/124293228): Figure out why we get these.
-    self._checker.check_prefer64_library('libjsoncpp')
     self._checker.check_prefer64_library('libmeminfo')
-    self._checker.check_prefer64_library('libprocessgroup')
     self._checker.check_prefer64_library('libprocinfo')
-    self._checker.check_prefer64_library('libutils')
 
     # TODO(b/124293228): Cuttlefish puts ARM libs in a lib/arm subdirectory.
     # Check that properly on that arch, but for now just ignore the directory.