summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "Explicitly list out the list of cache subdirs to prune."Narayan Kamath2014-06-242-6/+12
|\
| * Explicitly list out the list of cache subdirs to prune.Narayan Kamath2014-06-172-6/+12
* | DO NOT MERGE refactor wifi p2p's startDhcpServer functionJianzheng Zhou2014-06-232-1/+11
* | Merge "Treat missing package usage data as a separate case"Brian Carlstrom2014-06-211-6/+6
|\ \
| * | Treat missing package usage data as a separate caseBrian Carlstrom2014-06-201-6/+6
| |/
* | Fix frontOfTask assignment.Danny Baumann2014-06-231-0/+5
* | Use openssl's SHA1 instead of bionic's.Dan Albert2014-06-162-9/+12
|/
* Move dex file pruning to installd.Narayan Kamath2014-06-162-40/+19
* Add service_contexts to policy update bundles.Riley Spahn2014-06-121-1/+8
* Merge "Assign AID_EVERYONE gid to newly-created processes"Robin Lee2014-06-041-5/+6
|\
| * Assign AID_EVERYONE gid to newly-created processesRobin Lee2014-04-291-5/+6
* | Scan for renderscript files before deciding ABIs.Narayan Kamath2014-06-031-13/+31
* | Add an --abi argument to "pm install"Narayan Kamath2014-06-031-62/+103
* | Merge "Log process abis during start."Narayan Kamath2014-06-031-0/+4
|\ \
| * | Log process abis during start.Narayan Kamath2014-05-291-0/+4
* | | am 4f8785f2: Merge "SELinuxMMAC additions to perform policy versioning checks."Nick Kralevich2014-05-311-59/+60
|\ \ \
| * \ \ Merge "SELinuxMMAC additions to perform policy versioning checks."Nick Kralevich2014-05-311-59/+60
| |\ \ \
| | * | | SELinuxMMAC additions to perform policy versioning checks.Robert Craig2014-04-281-59/+60
* | | | | am 3a9835d4: Merge "Allow SELinuxPolicyInstallReceiver to update new policy f...Nick Kralevich2014-05-311-5/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Allow SELinuxPolicyInstallReceiver to update new policy files."Nick Kralevich2014-05-311-5/+19
| |\ \ \ \
| | * | | | Allow SELinuxPolicyInstallReceiver to update new policy files.Robert Craig2014-04-281-5/+19
| | |/ / /
* | | | | am bd4d3203: Merge "Support an ABI flag for instrumentation."Narayan Kamath2014-05-301-14/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Support an ABI flag for instrumentation."Narayan Kamath2014-05-301-14/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Support an ABI flag for instrumentation.Narayan Kamath2014-05-161-14/+16
* | | | | am 197565e0: Merge "Move to dalvik.vm.lib.2 to force default to libart"Brian Carlstrom2014-05-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Move to dalvik.vm.lib.2 to force default to libartBrian Carlstrom2014-05-281-1/+1
* | | | | am d5ee4144: Merge "Increase start timeout for wrapped process"Dmitriy Ivanov2014-05-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Increase start timeout for wrapped processDmitriy Ivanov2014-05-221-1/+1
* | | | | am 838b1e22: Merge "Fix NPE in PackageManagerService."narayan2014-05-211-10/+12
|\ \ \ \ \ | |/ / / /
| * | | | Fix NPE in PackageManagerService.narayan2014-05-211-10/+12
* | | | | am ec71fed0: Merge "Improve ABI handling for shared user ids."Brian Carlstrom2014-05-211-26/+71
|\ \ \ \ \ | |/ / / /
| * | | | Improve ABI handling for shared user ids.Narayan Kamath2014-05-201-26/+71
* | | | | am a4fd1baa: Merge "Fail if we\'re unable to agree on an ISA for shared UIDs."Narayan Kamath2014-05-191-17/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Fail if we're unable to agree on an ISA for shared UIDs."Narayan Kamath2014-05-191-17/+25
| |\ \ \ \
| | * | | | Fail if we're unable to agree on an ISA for shared UIDs.Narayan Kamath2014-05-191-17/+25
| | |/ / /
* | | | | am 8a196c06: Merge "Change InputMessage.motion.pointerSize to a uint32_t."Narayan Kamath2014-05-161-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Change InputMessage.motion.pointerSize to a uint32_t.Narayan Kamath2014-05-161-2/+2
| |/ / /
* | | | am 706b1d7e: Merge "Remove "required" prefix from ABI fields."Narayan Kamath2014-05-155-54/+54
|\ \ \ \ | |/ / /
| * | | Remove "required" prefix from ABI fields.Narayan Kamath2014-05-155-54/+54
* | | | am b7d7cbc9: Merge "Fix background PackageUsage writing."Brian Carlstrom2014-05-131-4/+4
|\ \ \ \ | |/ / /
| * | | Fix background PackageUsage writing.Brian Carlstrom2014-05-121-4/+4
* | | | am b98ca5b0: Merge "If PackageUsage information is missing, treat as first bo...Brian Carlstrom2014-05-091-1/+8
|\ \ \ \ | |/ / /
| * | | If PackageUsage information is missing, treat as first boot and compile every...Brian Carlstrom2014-05-091-1/+8
* | | | am a21ba5be: Merge "Add BackgroundDexOptService"Brian Carlstrom2014-05-074-2/+183
|\ \ \ \ | |/ / /
| * | | Add BackgroundDexOptServiceBrian Carlstrom2014-05-064-2/+183
* | | | am edb88bcd: Merge "Use package usage information to decide what dex files to...Brian Carlstrom2014-05-073-72/+277
|\ \ \ \ | |/ / /
| * | | Use package usage information to decide what dex files to optimize in Package...Brian Carlstrom2014-05-063-72/+277
* | | | am 0f7c0570: Merge "Minor cleanup of UsageStatsService"Brian Carlstrom2014-05-011-130/+132
|\ \ \ \ | |/ / /
| * | | Minor cleanup of UsageStatsServiceBrian Carlstrom2014-05-011-130/+132
* | | | am 1cec7f85: Merge "Don\'t adjust ABI if PackageSetting#pkg is null."Narayan Kamath2014-05-011-6/+7
|\ \ \ \ | |/ / /