From 89dfd0902eb6e434e66cb38d92e18842beab3385 Mon Sep 17 00:00:00 2001 From: Brad Stenning Date: Wed, 6 Oct 2021 11:00:30 -0700 Subject: Allow a shared library to be positioned after the application on the classpath This is useful if/when it's desired that an application contains the same fully qualified class name that's also in the library. The shared libraries that are treated in this manor are controlled by the resource com.android.internal.R.config_shared_libraries_loaded_after_app Bug: 179429740 Test: atest SharedLibraryLoadingTests Change-Id: Ia37ff9bd545918d1e0f1f38548dcd86f177559d5 --- tests/SharedLibraryLoadingTest/AndroidTest.xml | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/SharedLibraryLoadingTest/AndroidTest.xml (limited to 'tests/SharedLibraryLoadingTest/AndroidTest.xml') diff --git a/tests/SharedLibraryLoadingTest/AndroidTest.xml b/tests/SharedLibraryLoadingTest/AndroidTest.xml new file mode 100644 index 000000000000..947453d07bd9 --- /dev/null +++ b/tests/SharedLibraryLoadingTest/AndroidTest.xml @@ -0,0 +1,45 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-59-g8ed1b