diff options
author | 2022-11-07 19:16:09 +0000 | |
---|---|---|
committer | 2022-11-07 19:16:09 +0000 | |
commit | 7353f8b33fb11ca2e1ecdebd195b1c08084a1278 (patch) | |
tree | 50b312b0e0f44f10a8839dfafaab85864aea99c6 /build/apex/art_apex_test.py | |
parent | 8c9ee5aea8d78ec7f96652e09fa41784e430fe1d (diff) | |
parent | 026d5a1a3677a531212d63d2dcdeb0937655cd6d (diff) |
Merge libart and libart-compiler into a single library am: 2b7be1efa1 am: 026d5a1a36
Original change: https://android-review.googlesource.com/c/platform/art/+/2251478
Change-Id: Id4907a8b009fbb606bc5dc21d11c17dceed94518
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 900ada7926..8f145b9357 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') @@ -620,7 +619,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') |