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, 0 insertions, 2 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index ee372f4856..79b0c48313 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -926,9 +926,7 @@ class NoSuperfluousLibrariesChecker:
def run(self):
self._checker.check_no_superfluous_files('javalib')
self._checker.check_no_superfluous_files('lib')
- self._checker.check_no_superfluous_files('lib/bionic')
self._checker.check_no_superfluous_files('lib64')
- self._checker.check_no_superfluous_files('lib64/bionic')
class NoSuperfluousArtTestsChecker: