OSDN Git Service

Handle apps that share a UID with the system_server correctly.
authorNarayan Kamath <narayan@google.com>
Wed, 23 Jul 2014 17:40:21 +0000 (18:40 +0100)
committerNarayan Kamath <narayan@google.com>
Fri, 25 Jul 2014 14:32:37 +0000 (15:32 +0100)
commit340ca8b7e81afe891b2d76a08e406eafc63c4fc8
tree1e07acba45686ebc8d73ba571faee013ab86ab1d
parent045e648980e66a19f7021116020e733814ac8019
Handle apps that share a UID with the system_server correctly.

The system process does not explicitly declare any ABI, or
package any native code that it depends on but its ABI is
dictated by the zygote configuration. We need to account for
it correctly to have apps that share a UID with it work
correctly.

bug: 16317188

Change-Id: I84713c64409d7fdcc314114231e87a9263d5c5e7
services/core/java/com/android/server/pm/PackageManagerService.java