From 816a5528f292afffe8375a403c9fbf8840a7d51a Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 11 Sep 2019 11:29:49 -0700 Subject: ART: Add signal_dumper to testing APEX Bug: 138868214 Test: mmma art Test: manual Change-Id: Iec58a4f31836477aba93f0f94ce9863691099d19 --- build/apex/art_apex_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/apex/art_apex_test.py') 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): -- cgit v1.2.3-59-g8ed1b