Loading libnativeloader/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -92,4 +92,5 @@ cc_test { "libnativeloader-headers", ], system_shared_libs: ["libc", "libm"], test_suites: ["device-tests"], } libnativeloader/TEST_MAPPING 0 → 100644 +12 −0 Original line number Diff line number Diff line { "presubmit": [ { "name": "libnativeloader_test" } ], "imports": [ { "path": "cts/tests/tests/jni" } ] } libnativeloader/native_loader_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ class NativeLoaderTest_Create : public NativeLoaderTest { std::string expected_parent_namespace = "platform"; bool expected_link_with_platform_ns = true; bool expected_link_with_runtime_ns = true; bool expected_link_with_sphal_ns = true; bool expected_link_with_sphal_ns = !vendor_public_libraries().empty(); bool expected_link_with_vndk_ns = false; bool expected_link_with_default_ns = false; std::string expected_shared_libs_to_platform_ns = default_public_libraries(); Loading Loading
libnativeloader/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -92,4 +92,5 @@ cc_test { "libnativeloader-headers", ], system_shared_libs: ["libc", "libm"], test_suites: ["device-tests"], }
libnativeloader/TEST_MAPPING 0 → 100644 +12 −0 Original line number Diff line number Diff line { "presubmit": [ { "name": "libnativeloader_test" } ], "imports": [ { "path": "cts/tests/tests/jni" } ] }
libnativeloader/native_loader_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ class NativeLoaderTest_Create : public NativeLoaderTest { std::string expected_parent_namespace = "platform"; bool expected_link_with_platform_ns = true; bool expected_link_with_runtime_ns = true; bool expected_link_with_sphal_ns = true; bool expected_link_with_sphal_ns = !vendor_public_libraries().empty(); bool expected_link_with_vndk_ns = false; bool expected_link_with_default_ns = false; std::string expected_shared_libs_to_platform_ns = default_public_libraries(); Loading