summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2023-08-22 23:50:44 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2023-08-23 14:05:41 +0000
commit61b1c151163a09ad49c0b74c19ee84caeb4d0345 (patch)
tree6b805b96dcca4655e351f7d4858accd56ed4f728 /build/apex/art_apex_test.py
parent134d1ae6e38c679f0325b08a1e773e526a00db78 (diff)
Revert^3 "Merge libart and libart-compiler into a single library"
This reverts commit 4617cc65933921f40b8dd09ad630850a984486c7. Reason for revert: app startup regressions b/296703167 b/295363008 Change-Id: Ib31df00f80c57b9c86d6d0254e795b9ad6e22e00
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 0de7f49d5a..8eb5d13855 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -475,6 +475,7 @@ class ReleaseChecker:
# Check internal libraries for ART.
self._checker.check_native_library('libadbconnection')
self._checker.check_native_library('libart')
+ self._checker.check_native_library('libart-compiler')
self._checker.check_native_library('libart-dexlayout')
self._checker.check_native_library('libart-disassembler')
self._checker.check_native_library('libartbase')
@@ -620,6 +621,7 @@ class DebugChecker:
self._checker.check_native_library('libadbconnectiond')
self._checker.check_native_library('libartbased')
self._checker.check_native_library('libartd')
+ self._checker.check_native_library('libartd-compiler')
self._checker.check_native_library('libartd-dexlayout')
self._checker.check_native_library('libartd-disassembler')
self._checker.check_native_library('libopenjdkjvmd')