History log of /frameworks/multidex/library/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07bca8fb7f8d97223a1c27dd5f18008f56e406af 21-Dec-2016 Yohann Roussel <yroussel@google.com> Change multidex version file

- Stop collecting build id and version to allow better behavior with
incremental builds.
- Make it resistant to git errors.

Test: mm
Change-Id: I03b1e36048f92f50227cfc0e370454438bee31cf
/frameworks/multidex/library/Android.mk
a2e21e78613b5b5ceaadadc2989c592cec6a661c 20-Sep-2016 Yohann Roussel <yroussel@google.com> Add missing dependency to jack-meta content

Test: mm

Change-Id: I70c50b5b9fe7f06b0adde5616590aec24b6d0dff
/frameworks/multidex/library/Android.mk
805db15e4d7baa57062ad08fb03eeac8691475c8 02-Mar-2015 Yohann Roussel <yroussel@google.com> Declare Jack multidex configuration

Change-Id: I807ab1791b1704b5b2ec48c608ac474e0d2b7850
/frameworks/multidex/library/Android.mk
f50beca07827921e005ce6825bbc874a843f91e1 20-Oct-2014 Yohann Roussel <yroussel@google.com> Package legacyMultidexInstallation.jpp

To allow automatic configuration when using Jill/Jack.
This is a temporary change untill Jack and Jill are fully
integrated into the SDK build tools.

Change-Id: I4ee88cb0191211d79f71f305ac7a42e357ec63c2
/frameworks/multidex/library/Android.mk
e99daea7a3aec5ffac13b4283685e8d2a5994ad9 17-Sep-2014 Yohann Roussel <yroussel@google.com> Express a clearer status about supported versions.

By explaining the full story in README.txt.
By inlining API 11 constants so we can really compile the library against API 4.

Change-Id: I423e807114c15805e97860ff5db22ef9ff1e24c0
/frameworks/multidex/library/Android.mk
6d70d23facddf0e780cfb08a7f9af94da510bf96 07-Oct-2014 Yohann Roussel <yroussel@google.com> Keep track of the version.

The version data is kept in a small resource file.

Change-Id: I3de1a28fee68726121f3738791439bc315623ed7
/frameworks/multidex/library/Android.mk
994fa84b3af07700fd5dcd477c02a6bd824dde45 17-Jan-2014 Maurice Chu <mochu@google.com> Remove the check for source apk file size

The file deletion when finding that the source apk file size
was different than what was stored in SharedPreferences causes a race
condition when multiple processes are executing this code, where one
process could erase the secondary zip file while a different process had
already started to create the zip file. This check is unnecessary and
has been removed.

Also, changed the parameter for getting the SharedPreferences to
Context.MODE_MULTI_PROCESS, which forces a re-read of the key/value
pairs from the file.

This should also fix the original bug b/12550057.

Bug: 12594955
Bug: 12550057
Change-Id: I53f4bca0d03a5737d802509274520a78effcf228
/frameworks/multidex/library/Android.mk
667f9a8a8155c41970a83be1414b57b5e37de336 16-Oct-2013 Maurice Chu <mochu@google.com> Initial move of code from frameworks/support/multidex to here

Also,
- Removed extraneous Eclipse-specific configuration files that are
unnecessary in the Android build tree
- Includes the patch to support API level 19 from
https://googleplex-android-review.git.corp.google.com/#/c/348129
- Checks for null and returns without patching the classloader when
getting the package manager or package name from the passed in Context
to MultiDex.install(...) since the Context object is probably a mock
context for testing.
- Moved the test runners to package com.android.test.runner, which seems
to be the standard place for all test runners.

Bug: 10674263
Change-Id: Idc894b360bd17db4acb50dd7daa2839ea8ea37e0
/frameworks/multidex/library/Android.mk