• Home
  • History
  • Annotate
  • only in /libcore/luni/src/test/etc/loading-test-jar/
NameDateSize

..29-Aug-20174 KiB

build.sh29-Aug-20171.7 KiB

README.txt29-Aug-2017418

resources/29-Aug-20174 KiB

Target.java29-Aug-20171.1 KiB

Test1.java29-Aug-2017781

TestMethods.java29-Aug-20175.8 KiB

README.txt

1This directory contains the source code for the loading-test jar and
2dex files, which are included as resources in the luni tests. These
3files are used for testing the various class loaders.
4
5The Android build system doesn't support dynamically producing
6resources in any sane way. To update the resource, use the script
7build.sh in this directory, which copies resulting files into the luni
8test resources directory.
9