summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2023-06-12 18:51:58 +0000
committer Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-06-12 20:25:01 +0000
commitb89b62d8ca79c1a8d349c6c30f43bfa8b9a43ed3 (patch)
tree16529ffeef91802ec7fd28efd2f161fff12d0ed0 /build/apex/art_apex_test.py
parent56fd682c0523a99991b04f8714d174492e6908ce (diff)
Revert "Static link gtests with ART libraries"
This reverts commit 66244e2af2e9ee54b57022eeeabb7230109a98fa. Reason for revert: broken tests on art-gtest-asan32 Change-Id: I069a6a177a8eb95a383719e3fdadc698dd2fb4b8
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 0c813d11de..891fd0f0a5 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -697,6 +697,11 @@ class TestingTargetChecker:
self._checker.check_art_test_executable('art_runtime_tests')
self._checker.check_art_test_executable('art_sigchain_tests')
+ # Check ART test (internal) libraries.
+ self._checker.check_native_library('libartd-gtest')
+ self._checker.check_native_library('libartd-simulator-container')
+ self._checker.check_native_library('libartbased-testing')
+
# Check ART test tools.
self._checker.check_executable('signal_dumper')