summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2023-08-01 20:47:33 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2023-08-18 10:05:33 +0000
commit4617cc65933921f40b8dd09ad630850a984486c7 (patch)
tree2c143c282aecc4d4e08635851c2315649a80128d /build/apex/art_apex_test.py
parent198357905e5d1236552a85716b66dec410396f3e (diff)
Revert^2 "Merge libart and libart-compiler into a single library"
This reverts commit da43e436c6586253144febfb2700c67214c46a62. Reason for revert: reland after investigating regressions Change-Id: I1ff91c08808f81a5e027cc7110d130e8518ac704
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 8eb5d13855..0de7f49d5a 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -475,7 +475,6 @@ 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')
@@ -621,7 +620,6 @@ 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')