History log of /frameworks/multidex/instrumentation/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
abaf93c8f92de8b8d44173e78b0d7629b0324031 07-Oct-2014 Yohann Roussel <yroussel@google.com> Keep track of the version.

The version data is kept in a small resource file.

(cherry picked from commit 6d70d23facddf0e780cfb08a7f9af94da510bf96)
Bug: 18112662

Change-Id: I174145a4e93463b0106d45ae86e6dba1be8715e8
/frameworks/multidex/instrumentation/Android.mk
1bb1ab007f6b9405227ea4ce07d2061e4dbb6fe0 23-Jan-2014 Yohann Roussel <yroussel@google.com> Provide a default multidex capable Application.

Multidex installation in Application.attachBaseContext()
requires only one call point to MultiDex.install() per Application
so let's provide a default multidex capable Application.

Change-Id: Icfa1993c4b3d7c5a7d1783d4ca6d5b9ea31adb8b
/frameworks/multidex/instrumentation/Android.mk
737f8188d9e0d78f55dda99aa80516f7b50cc391 04-Jan-2014 Brett Chabot <brettchabot@google.com> Adjust to android-test-lib rename.

Change-Id: I009fd942bca11b998039016fec2116d58bd5ef56
/frameworks/multidex/instrumentation/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/instrumentation/Android.mk