diff options
author | Dan Bornstein <danfuzz@android.com> | 2011-01-16 11:28:47 -0800 |
---|---|---|
committer | Dan Bornstein <danfuzz@android.com> | 2011-01-16 11:28:47 -0800 |
commit | 9725489fce7c1408e81b5a5b0c313e7a46b4fd37 (patch) | |
tree | cc77892433757f63132c0b6bc7d4bce4f99af8d5 /luni/src/test/etc/loading-test-jar | |
parent | 6044fd95ef201bbdb11c5364581bc20436233321 (diff) | |
download | libcore-9725489fce7c1408e81b5a5b0c313e7a46b4fd37.zip libcore-9725489fce7c1408e81b5a5b0c313e7a46b4fd37.tar.gz libcore-9725489fce7c1408e81b5a5b0c313e7a46b4fd37.tar.bz2 |
Add a second jar/dex file for testing purposes.
Change-Id: Icc665b78ab5ecf9ae93cf9301ddc4e26e36b6558
Diffstat (limited to 'luni/src/test/etc/loading-test-jar')
-rw-r--r-- | luni/src/test/etc/loading-test-jar/README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/luni/src/test/etc/loading-test-jar/README.txt b/luni/src/test/etc/loading-test-jar/README.txt index d3afb1d..c2fb191 100644 --- a/luni/src/test/etc/loading-test-jar/README.txt +++ b/luni/src/test/etc/loading-test-jar/README.txt @@ -1,8 +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. +This directory contains the source code for the loading-test jar and +dex files, which are included as resources in the luni tests. These +files are 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. +build.sh in this directory, which copies resulting files into the luni +test resources directory. |