summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2017-06-15 11:23:25 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2017-06-20 18:25:09 +0800
commit8afc182abfd228294756ce8113b133f38c64dd2f (patch)
tree852d7204f1cd992d998aad41edc8aaf84984373e
parentec5ddeb908c786c1d8c394683c213129ecced601 (diff)
downloadvndk-8afc182abfd228294756ce8113b133f38c64dd2f.tar.gz
Update LLNDK list in VtsVndkDependencyTest
Bug: 62511461 Test: vts-tradefed run commandAndExit vts -m VtsVndkDependencyTest Change-Id: If3c3588a858d82d13bb44f2cc9a2e3f6bdf8eeb1 (cherry picked from commit 4ff1a9aff539131f2c265def25d14e77443e2e61)
-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$",