• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/com/android/test/runner/14-Jan-2024-4011

Android.bpD15-Dec-20241.3 KiB4037

AndroidManifest.xmlD14-Jan-2024806 194

READMED14-Jan-2024396 117

build.gradleD14-Jan-20242.1 KiB7867

README

1Library Project including compatibility IntrumentationTestRunner
2for multiple dex applications.
3
4This can be used by an Android test project to set up the classloader
5of applications with multiple dexes.
6
7There is technically no source, but the src folder is necessary
8to ensure that the build system works.  The content is actually
9located in libs/android-support-multidex-instrumentation.jar.
10
11