summaryrefslogtreecommitdiffstats
path: root/cmds/installd
Commit message (Expand)AuthorAgeFilesLines
* Offer to move both code and data together.Jeff Sharkey2015-04-305-98/+201
* Command to move private app data between volumes.Jeff Sharkey2015-04-105-55/+149
* Start accepting volume UUIDs from framework.Jeff Sharkey2015-04-093-31/+38
* More volume UUID awareness.Jeff Sharkey2015-04-097-148/+115
* Installd: Fix Clang buildAndreas Gampe2015-04-091-5/+2
* Merge "Plumb through volume UUID when building paths."Jeff Sharkey2015-04-097-243/+132
|\
| * Plumb through volume UUID when building paths.Jeff Sharkey2015-04-077-243/+132
* | installd: Add support for SELF_PATCHOAT_NEEDED.Richard Uhler2015-04-073-26/+40
|/
* Switch installd to compile as C++.Jeff Sharkey2015-04-076-41/+43
* Valid APK paths now include expanded storage.Jeff Sharkey2015-04-074-5/+16
* Use AID_SYSTEM as uid when creating oat dirFyodor Kupolov2015-04-071-12/+2
* Fix errors caused by unused variablesFyodor Kupolov2015-04-021-2/+1
* Merge "Support for storing OAT files in app directory"Fyodor Kupolov2015-04-023-27/+116
|\
| * Support for storing OAT files in app directoryFyodor Kupolov2015-03-303-27/+116
* | Installd: Support dex2oat threads system propertyAndreas Gampe2015-03-301-0/+12
|/
* Store odex files in oat/<isa>/ directory.Richard Uhler2015-03-251-14/+38
* Use verify-at-runtime if debug.usejit is trueMathieu Chartier2015-03-201-0/+7
* am 5a25a63d: Merge "Installd: Pass debuggable flag"Andreas Gampe2015-03-103-9/+23
|\
| * Installd: Pass debuggable flagAndreas Gampe2015-03-093-9/+23
* | Merge commit '26cc3d0b67ff4daf31eaeed0ecd87b391978aadb' into HEADBill Yi2015-02-191-0/+5
|\ \ | |/ |/|
| * am 96e4409e: Merge "Installd: Disallow relocation for decryption"Andreas Gampe2015-01-071-15/+24
| |\
| * \ am d3255076: Merge "Installd: Swap file for dex2oat"Andreas Gampe2014-12-221-3/+59
| |\ \
| * \ \ am 1be4021c: Merge "Installd: Remove dalvik paths"Andreas Gampe2014-12-161-42/+4
| |\ \ \
| * \ \ \ am 754f16fc: Merge "Fix installd command line parser"Mike Lockwood2014-11-211-1/+3
| |\ \ \ \
| * \ \ \ \ am ba4a43c6: Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."Elliott Hughes2014-11-201-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ am 11bf9e5c: Merge "Add support for dalvik.vm.isa.<instruction set>.variant"Ian Rogers2014-11-141-0/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ resolved conflicts for merge of 37878b1e to lmp-mr1-dev-plus-aospDmitriy Ivanov2014-11-113-0/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Add an installd command to mark the end of boot.Narayan Kamath2014-11-103-0/+22
| * | | | | | | | am 106e5820: Merge "installd: Set priority to background for dexopting" into ...Igor Murashkin2014-11-061-0/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | installd: Set priority to background for dexoptingIgor Murashkin2014-11-051-0/+5
| * | | | | | | | am 91c395f6: am 60fd3fee: Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | am cde4b13a: Merge "Allow more than one dex2oat extra option"Narayan Kamath2014-10-011-5/+38
| |\ \ \ \ \ \ \ \
* | | | | | | | | | Add missing <sys/file.h> include for flock.Elliott Hughes2015-02-161-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Installd: Disallow relocation for decryptionneo.chae2015-01-071-15/+24
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Installd: Swap file for dex2oatAndreas Gampe2014-12-181-3/+59
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Installd: Remove dalvik pathsAndreas Gampe2014-12-151-42/+4
* | | | | | | Mark 2 unused paramters as suchBernhard Rosenkränzer2014-11-231-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge "Fix installd command line parser"Mike Lockwood2014-11-211-1/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix installd command line parserSerguei Katkov2014-11-051-1/+3
| | |/ / / | |/| | |
* | | | | Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."Elliott Hughes2014-11-201-1/+1
|\ \ \ \ \
| * | | | | Kill INCLUDE_SYS_MOUNT_FOR_STATFS.Elliott Hughes2014-11-201-1/+1
| | |_|_|/ | |/| | |
* | | | | Add an installd command to mark the end of boot.Narayan Kamath2014-11-193-1/+23
|/ / / /
* | | | Add support for dalvik.vm.isa.<instruction set>.variantIan Rogers2014-11-081-0/+12
* | | | am 60fd3fee: Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
|\ \ \ \ | | |_|/ | |/| |
| * | | Migrate CA certificates to all usersRobin Lee2014-10-153-35/+144
* | | | am cde4b13a: Merge "Allow more than one dex2oat extra option"Narayan Kamath2014-10-011-5/+38
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Allow more than one dex2oat extra optionYevgeny Rouban2014-09-171-5/+38
* | | am e1e3d278: Merge "Clean cruft out of makefiles."Dan Albert2014-09-121-3/+1
|\ \ \ | |/ /
| * | Clean cruft out of makefiles.Dan Albert2014-09-111-3/+1
* | | resolved conflicts for merge of 07c9557f to lmp-dev-plus-aospDan Albert2014-09-123-28/+25
|\ \ \ | |/ /