summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 746bf7ad28..7a992e643e 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -899,6 +899,9 @@ class TestingTargetChecker:
self._checker.check_native_library('libartd-disassembler')
self._checker.check_native_library('libartd-simulator-container')
+ # Check ART test tools.
+ self._checker.check_executable('signal_dumper')
+
class NoSuperfluousBinariesChecker:
def __init__(self, checker):