summaryrefslogtreecommitdiffstats
path: root/cmds/installd
Commit message (Expand)AuthorAgeFilesLines
* Add new system APK locations.Jeff Sharkey2014-09-094-16/+36
* Remove obsolete prunedexcacheAlex Light2014-08-283-55/+0
* Merge "Make clear data stricter." into lmp-devJeff Sharkey2014-08-271-6/+1
|\
| * Make clear data stricter.Jeff Sharkey2014-08-271-6/+1
* | Set compiler filter flag to true when vmSafeMode is present.Calin Juravle2014-08-271-0/+1
|/
* Add vm_safe_mode to dexopt.Calin Juravle2014-08-263-10/+15
* 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-202-26/+27
* 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
* Make system use patchoat to relocate during runtime.Alex Light2014-08-063-22/+102
* Fix implicit declaration of function 'prctl' in installd.Elliott Hughes2014-07-181-1/+1
* Offer to delete code cache directories.Jeff Sharkey2014-07-153-1/+20
* Merge "Rename 'mkuser' command to 'mkuserconfig'"Robin Lee2014-07-043-5/+5
|\
| * Rename 'mkuser' command to 'mkuserconfig'Robin Lee2014-06-103-5/+5
* | Make dex2oat heap size product configurable [frameworks/native]Brian Carlstrom2014-07-082-31/+40
* | Use current max product dalvik.vm.heapsize as default dex2oat heap sizeBrian Carlstrom2014-06-271-1/+8
* | Merge "Exclude subdirectories when pruning the dex cache."Narayan Kamath2014-06-243-8/+29
|\ \
| * | Exclude subdirectories when pruning the dex cache.Narayan Kamath2014-06-203-8/+29
* | | Merge "Fix obsolete argument name"Brian Carlstrom2014-06-171-1/+1
|\ \ \ | |/ / |/| |
| * | Fix obsolete argument nameBrian Carlstrom2014-06-161-1/+1
* | | Merge "Add an installd command to prune dex files."Narayan Kamath2014-06-104-12/+54
|\ \ \ | |/ / |/| |
| * | Add an installd command to prune dex files.Narayan Kamath2014-06-104-12/+54
* | | installd: change profile files to 0660Nick Kralevich2014-06-121-29/+6
* | | Merge "Pass --top-k-profile-threshold to dex2oat if available."Calin Juravle2014-06-101-16/+38
|\ \ \ | |_|/ |/| |
| * | Pass --top-k-profile-threshold to dex2oat if available.Calin Juravle2014-06-101-16/+38
* | | Merge "Migrate keychain directories to /data/misc/user/0"Robin Lee2014-06-091-5/+29
|\ \ \ | |/ / |/| |
| * | Migrate keychain directories to /data/misc/user/0Robin Lee2014-06-051-5/+29
* | | Don't always add profile-file option to dex2oatCalin Juravle2014-06-061-2/+14
|/ /
* | Add installd command to create /data/misc user dirRobin Lee2014-06-054-10/+97
|/
* Move to dalvik.vm.lib.2 to force default to libartBrian Carlstrom2014-05-281-1/+1
* Ensure that app lib symlinks are correctly labeled when created.Stephen Smalley2014-05-131-14/+14
* Add instruction-set arguments to installd commands.Narayan Kamath2014-05-013-35/+49
* Fix incorrect odex path handlingChih-Wei Huang2014-04-281-3/+7
* restorecon the profile directory.Stephen Smalley2014-04-091-1/+7
* Modify installd's restorecon function.Robert Craig2014-03-282-18/+69
* Send libselinux logging to logcat.Stephen Smalley2014-03-261-0/+25
* Extend installd to support SELinux restorecon function.Robert Craig2014-03-193-0/+37
* native frameworks: 64-bit compile issuesMark Salyzyn2014-03-122-3/+4
* Fix parameter ordering for installd's dex2oat execl.Anwar Ghuloum2014-03-111-1/+1
* ART profilerDave Allison2014-03-074-37/+112
* Don't pass in empty arg to dex2oat.Mathieu Chartier2014-03-051-1/+1
* Add dalvik.vm.dex2oat-flags to mimic dalvik.vm.dexopt-flagsBrian Carlstrom2014-03-041-10/+15
* Correcting include path in installd test project's Android.mkRamin Zaghi2014-02-281-1/+1
* Merge "Convert all selinux_android_restorecon and _setfilecon calls to new API."Nick Kralevich2014-02-122-3/+3
|\
| * Convert all selinux_android_restorecon and _setfilecon calls to new API.Stephen Smalley2014-02-072-3/+3
* | Runtime resource overlay, iteration 2MÃ¥rten Kongstad2014-02-033-10/+129
|/