Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Installd: Add debug.gencfi to run_dex2oat | Andreas Gampe | 2015-04-27 | 1 | -3/+15 |
* | Command to move private app data between volumes. | Jeff Sharkey | 2015-04-10 | 5 | -55/+149 |
* | Start accepting volume UUIDs from framework. | Jeff Sharkey | 2015-04-09 | 3 | -31/+38 |
* | More volume UUID awareness. | Jeff Sharkey | 2015-04-09 | 7 | -148/+115 |
* | Installd: Fix Clang build | Andreas Gampe | 2015-04-09 | 1 | -5/+2 |
* | Merge "Plumb through volume UUID when building paths." | Jeff Sharkey | 2015-04-09 | 7 | -243/+132 |
|\ | |||||
| * | Plumb through volume UUID when building paths. | Jeff Sharkey | 2015-04-07 | 7 | -243/+132 |
* | | installd: Add support for SELF_PATCHOAT_NEEDED. | Richard Uhler | 2015-04-07 | 3 | -26/+40 |
|/ | |||||
* | Switch installd to compile as C++. | Jeff Sharkey | 2015-04-07 | 6 | -41/+43 |
* | Valid APK paths now include expanded storage. | Jeff Sharkey | 2015-04-07 | 4 | -5/+16 |
* | Use AID_SYSTEM as uid when creating oat dir | Fyodor Kupolov | 2015-04-07 | 1 | -12/+2 |
* | Fix errors caused by unused variables | Fyodor Kupolov | 2015-04-02 | 1 | -2/+1 |
* | Merge "Support for storing OAT files in app directory" | Fyodor Kupolov | 2015-04-02 | 3 | -27/+116 |
|\ | |||||
| * | Support for storing OAT files in app directory | Fyodor Kupolov | 2015-03-30 | 3 | -27/+116 |
* | | Installd: Support dex2oat threads system property | Andreas Gampe | 2015-03-30 | 1 | -0/+12 |
|/ | |||||
* | Store odex files in oat/<isa>/ directory. | Richard Uhler | 2015-03-25 | 1 | -14/+38 |
* | Use verify-at-runtime if debug.usejit is true | Mathieu Chartier | 2015-03-20 | 1 | -0/+7 |
* | am 5a25a63d: Merge "Installd: Pass debuggable flag" | Andreas Gampe | 2015-03-10 | 3 | -9/+23 |
|\ | |||||
| * | Installd: Pass debuggable flag | Andreas Gampe | 2015-03-09 | 3 | -9/+23 |
* | | Merge commit '26cc3d0b67ff4daf31eaeed0ecd87b391978aadb' into HEAD | Bill Yi | 2015-02-19 | 1 | -0/+5 |
|\ \ | |/ |/| | |||||
| * | am 96e4409e: Merge "Installd: Disallow relocation for decryption" | Andreas Gampe | 2015-01-07 | 1 | -15/+24 |
| |\ | |||||
| * \ | am d3255076: Merge "Installd: Swap file for dex2oat" | Andreas Gampe | 2014-12-22 | 1 | -3/+59 |
| |\ \ | |||||
| * \ \ | am 1be4021c: Merge "Installd: Remove dalvik paths" | Andreas Gampe | 2014-12-16 | 1 | -42/+4 |
| |\ \ \ | |||||
| * \ \ \ | am 754f16fc: Merge "Fix installd command line parser" | Mike Lockwood | 2014-11-21 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | am ba4a43c6: Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS." | Elliott Hughes | 2014-11-20 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | am 11bf9e5c: Merge "Add support for dalvik.vm.isa.<instruction set>.variant" | Ian Rogers | 2014-11-14 | 1 | -0/+12 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | resolved conflicts for merge of 37878b1e to lmp-mr1-dev-plus-aosp | Dmitriy Ivanov | 2014-11-11 | 3 | -0/+22 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add an installd command to mark the end of boot. | Narayan Kamath | 2014-11-10 | 3 | -0/+22 |
| * | | | | | | | | am 106e5820: Merge "installd: Set priority to background for dexopting" into ... | Igor Murashkin | 2014-11-06 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | installd: Set priority to background for dexopting | Igor Murashkin | 2014-11-05 | 1 | -0/+5 |
| * | | | | | | | | am 91c395f6: am 60fd3fee: Migrate CA certificates to all users | Robin Lee | 2014-10-15 | 3 | -35/+144 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | am cde4b13a: Merge "Allow more than one dex2oat extra option" | Narayan Kamath | 2014-10-01 | 1 | -5/+38 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | Add missing <sys/file.h> include for flock. | Elliott Hughes | 2015-02-16 | 1 | -0/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Installd: Disallow relocation for decryption | neo.chae | 2015-01-07 | 1 | -15/+24 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Installd: Swap file for dex2oat | Andreas Gampe | 2014-12-18 | 1 | -3/+59 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Installd: Remove dalvik paths | Andreas Gampe | 2014-12-15 | 1 | -42/+4 |
* | | | | | | | Mark 2 unused paramters as such | Bernhard Rosenkränzer | 2014-11-23 | 1 | -2/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge "Fix installd command line parser" | Mike Lockwood | 2014-11-21 | 1 | -1/+3 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Fix installd command line parser | Serguei Katkov | 2014-11-05 | 1 | -1/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS." | Elliott Hughes | 2014-11-20 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Kill INCLUDE_SYS_MOUNT_FOR_STATFS. | Elliott Hughes | 2014-11-20 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Add an installd command to mark the end of boot. | Narayan Kamath | 2014-11-19 | 3 | -1/+23 |
|/ / / / | |||||
* | | | | Add support for dalvik.vm.isa.<instruction set>.variant | Ian Rogers | 2014-11-08 | 1 | -0/+12 |
* | | | | am 60fd3fee: Migrate CA certificates to all users | Robin Lee | 2014-10-15 | 3 | -35/+144 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Migrate CA certificates to all users | Robin Lee | 2014-10-15 | 3 | -35/+144 |
* | | | | am cde4b13a: Merge "Allow more than one dex2oat extra option" | Narayan Kamath | 2014-10-01 | 1 | -5/+38 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | Allow more than one dex2oat extra option | Yevgeny Rouban | 2014-09-17 | 1 | -5/+38 |
* | | | am e1e3d278: Merge "Clean cruft out of makefiles." | Dan Albert | 2014-09-12 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Clean cruft out of makefiles. | Dan Albert | 2014-09-11 | 1 | -3/+1 |
* | | | resolved conflicts for merge of 07c9557f to lmp-dev-plus-aosp | Dan Albert | 2014-09-12 | 3 | -28/+25 |
|\ \ \ | |/ / |