summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2022-11-07 19:09:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-11-07 19:09:11 +0000
commit00ca1b514f69bec767d56259dea75711e6c939f9 (patch)
tree04ca964790af86c0d7433ecaf7ff53dbe0134045 /build/apex/art_apex_test.py
parent2b7be1efa1ba363778057d4e42fccab8afe3046b (diff)
Revert "Merge libart and libart-compiler into a single library"
This reverts commit 2b7be1efa1ba363778057d4e42fccab8afe3046b. Reason for revert: broken build https://android-build.googleplex.com/builds/build-details/9263706/targets/full-eng Change-Id: I1afd96b314418bc435c029c764fd9e406d2ccefc
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 8f145b9357..900ada7926 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')
@@ -619,6 +620,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')