summaryrefslogtreecommitdiff
path: root/libnativeloader/native_loader_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libnativeloader/native_loader_test.cpp')
-rw-r--r--libnativeloader/native_loader_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnativeloader/native_loader_test.cpp b/libnativeloader/native_loader_test.cpp
index 46483773e6..e73af6d084 100644
--- a/libnativeloader/native_loader_test.cpp
+++ b/libnativeloader/native_loader_test.cpp
@@ -477,7 +477,7 @@ TEST_P(NativeLoaderTest_Create, UnbundledVendorApp) {
expected_library_path = expected_library_path + ":/vendor/" LIB_DIR;
expected_permitted_path = expected_permitted_path + ":/vendor/" LIB_DIR;
expected_shared_libs_to_platform_ns =
- expected_shared_libs_to_platform_ns + ":" + llndk_libraries();
+ expected_shared_libs_to_platform_ns + ":" + llndk_libraries_vendor();
expected_link_with_vndk_ns = true;
SetExpectations();
RunTest();
@@ -503,7 +503,7 @@ TEST_P(NativeLoaderTest_Create, UnbundledProductApp) {
expected_permitted_path =
expected_permitted_path + ":/product/" LIB_DIR ":/system/product/" LIB_DIR;
expected_shared_libs_to_platform_ns =
- expected_shared_libs_to_platform_ns + ":" + llndk_libraries();
+ expected_shared_libs_to_platform_ns + ":" + llndk_libraries_product();
expected_link_with_vndk_ns = true;
}
SetExpectations();