You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/frameworks/multidex/library
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
jack-meta QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
src/androidx/multidex QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
test/src QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
Android.bp QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
AndroidManifest.xml QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
build.gradle QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago

README

Library Project including a multidex loader.

This can be used by an Android project to install multiple dexes
in the classloader of an application running on API 4+.

Note that multidexing will allow to go over the dex index limit.
It can also help with the linearalloc limit during installation but it
won't help with linearalloc at execution time. This means that
most applications requiring multidexing because of the dex index
limit won't execute on API below 14 because of linearalloc limit.

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.jar.