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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index efe12aaab0..498ee95c9e 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -810,6 +810,8 @@ class TestingTargetChecker:
self._checker.check_art_test_data('art-gtest-jars-IMTA.jar')
self._checker.check_art_test_data('art-gtest-jars-ImageLayoutA.jar')
self._checker.check_art_test_data('art-gtest-jars-MainEmptyUncompressed.jar')
+ self._checker.check_art_test_data('art-gtest-jars-Dex2oatVdexTestDex.jar')
+ self._checker.check_art_test_data('art-gtest-jars-Dex2oatVdexPublicSdkDex.dex')
class NoSuperfluousBinariesChecker: