diff options
author | 2023-07-28 12:37:07 +0000 | |
---|---|---|
committer | 2023-07-28 14:51:33 +0000 | |
commit | da43e436c6586253144febfb2700c67214c46a62 (patch) | |
tree | c5737bfafeb05d2609801efcc5b4db14a6e00b3a /build/apex/art_apex_test.py | |
parent | f845767461e13a7d5b41ff3b10636f44eb1c1f87 (diff) |
Revert "Merge libart and libart-compiler into a single library"
This reverts commit 35cca3e296346277422aaee030edced697e09319.
Reason for revert: perf regression b/293406139
Change-Id: I34693a930a68c06300b51f75e60c8b724903f938
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 376b1be0c0..07192f476d 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') |