summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 07:27:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-20 07:27:39 +0000
commit0b0dcd3024a622758c4f96ac793903c6326aa8c3 (patch)
treece4fe6a1317aab7921e7ba3044d599d030953afb
parent173984c890b6041b691dc04290e7c23442bd63b2 (diff)
parent4ff1a9aff539131f2c265def25d14e77443e2e61 (diff)
downloadvndk-android-8.0.0_r30.tar.gz
Change-Id: Idc8431ef49275ced0494dad8ca72203a9efd5a3b
-rw-r--r--dependency/VtsVndkDependencyTest.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/dependency/VtsVndkDependencyTest.py b/dependency/VtsVndkDependencyTest.py
index 954065e..9c52276 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$",