android13/frameworks/multidex/instrumentation
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
src/com/android/test/runner initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
AndroidManifest.xml initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
build.gradle initial 2024-06-22 20:45:49 +08:00

README

Library Project including compatibility IntrumentationTestRunner
for multiple dex applications.

This can be used by an Android test project to set up the classloader
of applications with multiple dexes.

There is technically no source, but the src folder is necessary
to ensure that the build system works.  The content is actually
located in libs/android-support-multidex-instrumentation.jar.