summaryrefslogtreecommitdiffstats
path: root/cmds/installd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ | |/ /
| * | Fix warnings on unused variables and parameters.Chih-Hung Hsieh2014-09-113-28/+25
* | | am 464e539c: Merge "Add new system APK locations." into lmp-devJeff Sharkey2014-09-094-16/+36
|\ \ \ | | |/ | |/|
| * | Add new system APK locations.Jeff Sharkey2014-09-094-16/+36
| * | Remove obsolete prunedexcacheAlex Light2014-08-283-55/+0
* | | am 51eec3b9: Merge "Fix relabeling of secondary user package directories."Nick Kralevich2014-09-081-1/+1
|\ \ \ | | |/ | |/|
| * | Fix relabeling of secondary user package directories.Stephen Smalley2014-09-081-1/+1
* | | am 8c1642ad: Merge "Remove obsolete prunedexcache"Brian Carlstrom2014-08-293-55/+0
|\ \ \ | |/ /
| * | Remove obsolete prunedexcacheAlex Light2014-08-283-55/+0
| * | Add vm_safe_mode to dexopt.Calin Juravle2014-08-273-10/+16
| * | Pass isa features flag to dex2oat.Calin Juravle2014-08-261-8/+21
| * | Fix validation of system paths in installd.Calin Juravle2014-08-222-27/+67
| * | Allow apk path to contain one subdirectory.Calin Juravle2014-08-222-26/+27
| * | Disable verification based on vold.decrypt. [frameworks/native]Brian Carlstrom2014-08-151-1/+1
* | | am 7903c6a2: Merge "Make clear data stricter." into lmp-devJeff Sharkey2014-08-271-6/+1
|\ \ \ | | |/ | |/|
| * | Merge "Make clear data stricter." into lmp-devJeff Sharkey2014-08-271-6/+1
| |\ \
| | * | Make clear data stricter.Jeff Sharkey2014-08-271-6/+1
* | | | am 97477d20: Set compiler filter flag to true when vmSafeMode is present.Calin Juravle2014-08-271-0/+1
|\ \ \ \ | |/ / /
| * | | Set compiler filter flag to true when vmSafeMode is present.Calin Juravle2014-08-271-0/+1
| |/ /
* | | am 7de2bde3: Merge "Add vm_safe_mode to dexopt." into lmp-devCalin Juravle2014-08-263-10/+15
|\ \ \ | |/ /
| * | Add vm_safe_mode to dexopt.Calin Juravle2014-08-263-10/+15
* | | am 20558f11: Merge "Pass isa features flag to dex2oat." into lmp-devCalin Juravle2014-08-261-8/+21
|\ \ \ | |/ /
| * | Pass isa features flag to dex2oat.Calin Juravle2014-08-261-8/+21
* | | am c597b6dd: Fix validation of system paths in installd.Calin Juravle2014-08-222-27/+67
|\ \ \ | |/ /
| * | Fix validation of system paths in installd.Calin Juravle2014-08-222-27/+67
* | | am 67cfe0c0: Merge "Allow apk path to contain one subdirectory." into lmp-devCalin Juravle2014-08-222-26/+27
|\ \ \ | |/ /
| * | Allow apk path to contain one subdirectory.Calin Juravle2014-08-202-26/+27
* | | am e18987ef: Disable verification based on vold.decrypt. [frameworks/native]Brian Carlstrom2014-08-151-1/+1
|\ \ \ | |/ /
| * | Disable verification based on vold.decrypt. [frameworks/native]Brian Carlstrom2014-08-151-1/+1
| * | Use set_sched_policy to put dexopt operations in SP_BACKGROUND cgroupBrian Carlstrom2014-08-111-0/+5
| * | Disable compilation based on vold.decrypt. [frameworks/native]Brian Carlstrom2014-08-061-1/+11
| * | Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [framewor...Brian Carlstrom2014-08-061-0/+12