diff options
Diffstat (limited to 'luni/src/test/etc/loading-test-jar/README.txt')
-rw-r--r-- | luni/src/test/etc/loading-test-jar/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/luni/src/test/etc/loading-test-jar/README.txt b/luni/src/test/etc/loading-test-jar/README.txt new file mode 100644 index 0000000..d3afb1d --- /dev/null +++ b/luni/src/test/etc/loading-test-jar/README.txt @@ -0,0 +1,8 @@ +This directory contains the source code for the loading-test.jar file, +which is included as a resource in the luni tests. It is used for +testing the various class loaders. + +The Android build system doesn't support dynamically producing +resources in any sane way. To update the resource, use the script +build.sh in this directory, and then copy the resulting jar file into +the luni test resources directory. |