diff options
author | David Brazdil <dbrazdil@google.com> | 2018-11-26 13:07:00 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2018-11-26 15:23:18 +0000 |
commit | 01371571782388d15f2cf359204be597dfd6e92a (patch) | |
tree | a89d398c2b69205e9db83651952fcdc35cbc9e20 /NativeCode.bp | |
parent | 310673f135e6c06ac4358e94cbe7f6f988e3aa9a (diff) |
Simplify InMemoryDexClassLoaderTest libSearchPath test
Do not attempt to copy a native library. Instead create an empty temp
file and check that ClassLoader::findLibrary returns the correct path.
This is consistent with PathClassLoaderTest.
Bug: 35458580
Test: CtsLibcoreTestCases
Test: art/tools/run-libcore-tests.sh
Change-Id: I41ac37a05781fdb5487b6e253ce720cd324ef1b1
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index cdb5615860..873b4957b9 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -153,7 +153,6 @@ cc_library_shared { "luni/src/test/native/libcore_java_lang_ThreadTest.cpp", "luni/src/test/native/libcore_java_nio_BufferTest.cpp", "luni/src/test/native/libcore_libcore_util_NativeAllocationRegistryTest.cpp", - "luni/src/test/native/test_TestJni.cpp", ], target: { android: { |