summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 08:15:38 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 08:15:38 +0000
commitafa5bfee041b833e8f3c9c09760f18e12a2ac873 (patch)
tree83580ba7847e8d3c335911dc3a72ae2d3697d600
parent3f15462b3d928017f57f06f787de9725b0dcc634 (diff)
parent7bcbf8cbb03eda49229b34c699c9aec85f010659 (diff)
downloadvndk-android-8.0.0_r26.tar.gz
Change-Id: I33d5c10c4afcdc96380751a3cbaaa9bc29447d52
-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$",