Test that debugging related libraries are in apexs.

There are several debug related libraries that must be included in the
runtime apex. Add them to the art_apex_test.py test.

Test: art/build/apex/runtests.sh
Change-Id: Iebbd01a16c8768ed05f5fa594a821ba44757306c
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 46d1e4e..4fcc2cc 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -367,6 +367,10 @@
     self._checker.check_library('libziparchive.so')
     # Check that the mounted image contains additional required libraries.
     self._checker.check_library('libadbconnection.so')
+    self._checker.check_library('libdt_fd_forward.so')
+    self._checker.check_library('libdt_socket.so')
+    self._checker.check_library('libjdwp.so')
+    self._checker.check_library('libnpt.so')
 
     # TODO: Should we check for other libraries, such as:
     #