Consider `libdt_fd_forward` as an ART internal library in `art_apex_test.py`.
This library used to be qualified as one of the "internal native
library dependencies" in a comment (e.g. like `libbacktrace`).
However, thus library is part of the `platform/art` Android project,
so it should be considered as one of the "internal libraries for ART"
(e.g. like `libadbconnection`).
Test: n/a (comment-only change)
Change-Id: I0fac039daaef49871cc798459c07b6441e706440
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 4d1614b..cb75110 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -542,6 +542,7 @@
self._checker.check_native_library('libartpalette')
self._checker.check_native_library('libdexfile')
self._checker.check_native_library('libdexfile_support')
+ self._checker.check_native_library('libdt_fd_forward')
self._checker.check_native_library('libopenjdkjvm')
self._checker.check_native_library('libopenjdkjvmti')
self._checker.check_native_library('libprofile')
@@ -575,7 +576,6 @@
self._checker.check_native_library('libbacktrace')
self._checker.check_native_library('libbase')
self._checker.check_native_library('libc++')
- self._checker.check_native_library('libdt_fd_forward')
self._checker.check_native_library('libdt_socket')
self._checker.check_native_library('libjdwp')
self._checker.check_native_library('liblzma')