summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 07:32:14 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 07:32:14 +0000
commit8bd735d60ff1de044e409901c6c19b530eff6fe8 (patch)
tree852d7204f1cd992d998aad41edc8aaf84984373e
parent112b0c37801ffff640727ca5b0a08ce7216ef195 (diff)
parent16246311182f26a695152a1914554fd7d9af4b9b (diff)
downloadvndk-8bd735d60ff1de044e409901c6c19b530eff6fe8.tar.gz
release-request-f3bcfb00-8080-4b95-b497-7457f544b4f6-for-git_oc-mr1-release-4116097 snap-temp-L44400000075746008
Change-Id: I4fae69d88709ef89edf583791fc79d392b2c39fd
-rw-r--r--dependency/VtsVndkDependencyTest.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/dependency/VtsVndkDependencyTest.py b/dependency/VtsVndkDependencyTest.py
index f376dbe..5cf5c8f 100644
--- a/dependency/VtsVndkDependencyTest.py
+++ b/dependency/VtsVndkDependencyTest.py
@@ -50,16 +50,17 @@ class VtsVndkDependencyTest(base_test.BaseTestClass):
_TARGET_VNDK_SP_DIR_32 = "/system/lib/vndk-sp"
_TARGET_VNDK_SP_DIR_64 = "/system/lib64/vndk-sp"
- # copied from build/soong/cc/config/global.go
+ # copied from development/vndk/tools/definition-tool/vndk_definition_tool.py
_LOW_LEVEL_NDK = [
- "ld-android.so",
+ "libandroid_net.so",
"libc.so",
"libdl.so",
"liblog.so",
"libm.so",
+ "libstdc++.so",
+ "libvndksupport.so",
"libz.so"
]
- # copied from development/vndk/tools/definition-tool/vndk_definition_tool.py
_SAME_PROCESS_HAL = [re.compile(p) for p in [
"android\\.hardware\\.graphics\\.mapper@\\d+\\.\\d+-impl\\.so$",
"gralloc\\..*\\.so$",