summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/apex/art_apex_test.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index b6d6344e64..746bf7ad28 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -541,6 +541,12 @@ class ReleaseTargetChecker:
self._checker.check_native_library('libpac')
self._checker.check_native_library('libz')
+ # TODO(b/139046641): Fix proper 2nd arch checks. For now, just ignore these
+ # directories.
+ self._checker.ignore_path('bin/arm')
+ self._checker.ignore_path('lib/arm')
+ self._checker.ignore_path('lib64/arm')
+
class ReleaseHostChecker:
def __init__(self, checker):