summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-05 22:02:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-05 22:02:04 +0000
commitd9be48cb36cc626b76773ef9d2e6a34904170ad9 (patch)
tree85b0afc96e8fd191af446205a19d504480376038
parent1d45389867a971b230584f882fafb5711b4f8ee3 (diff)
parent32a0d8374b40287e86143a98de9af66ed8a217da (diff)
downloadvndk-aml_ase_341510000.tar.gz
Snap for 11280353 from 32a0d8374b40287e86143a98de9af66ed8a217da to mainline-appsearch-releaseaml_ase_341510000
Change-Id: I99374140d30c1dd694ac61e85e41061387b7fc53
-rw-r--r--files/vts_vndk_files_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/files/vts_vndk_files_test.py b/files/vts_vndk_files_test.py
index faa3e6a..99f8598 100644
--- a/files/vts_vndk_files_test.py
+++ b/files/vts_vndk_files_test.py
@@ -130,6 +130,13 @@ class VtsVndkFilesTest(unittest.TestCase):
logging.info("Skip the test as VNDK runtime is not enforced on "
"the device.")
return
+ try:
+ if int(self._vndk_version) > 34:
+ logging.info("Skip the test as VNDK %s should be installed in "
+ "vendor partition.", self._vndk_version)
+ return
+ except ValueError:
+ pass
self._TestVndkDirectory(
vndk_utils.GetVndkDirectory(bitness, self._vndk_version),
(vndk_data.VNDK, vndk_data.VNDK_PRIVATE, vndk_data.VNDK_SP,