summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-23 21:17:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-23 21:17:09 +0000
commitcbcb6586f45bef55468a30e6bcc843cbef86a127 (patch)
tree2631cddff4c894868a12d1dc1fdfd8d8f1a11bd3
parent171fb0b4b6df0514fbb502e25621b1e544b731e2 (diff)
parent6c6b6dcdb07521d2df3388b179ba9785da5bcb00 (diff)
downloadvndk-android12-tests-release.tar.gz
Snap for 11345690 from 6c6b6dcdb07521d2df3388b179ba9785da5bcb00 to android12-tests-releaseandroid12-tests-release
Change-Id: Ibae515c28f5051f727834f5ccd827deb8dc12bc9
-rw-r--r--dependency/vts_vndk_dependency_test.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/dependency/vts_vndk_dependency_test.py b/dependency/vts_vndk_dependency_test.py
index 0795d05..8be9ed9 100644
--- a/dependency/vts_vndk_dependency_test.py
+++ b/dependency/vts_vndk_dependency_test.py
@@ -259,9 +259,8 @@ class VtsVndkDependencyTest(unittest.TestCase):
target_path)
continue
if not self._IsElfObjectBuiltForAndroid(elf, target_path):
- logging.warning("%s is not built for Android, which is no "
- "longer exempted.", target_path)
-
+ logging.warning("%s is not built for Android", target_path)
+ continue
deps, runpaths = elf.ListDependencies()
except elf_parser.ElfError as e:
elf_error_handler(target_path, e)