OSDN Git Service

Use AID_SYSTEM as uid when creating oat dir
authorFyodor Kupolov <fkupolov@google.com>
Tue, 7 Apr 2015 02:09:02 +0000 (19:09 -0700)
committerFyodor Kupolov <fkupolov@google.com>
Tue, 7 Apr 2015 18:22:00 +0000 (11:22 -0700)
commit8eed7e6a9bb527af7380ec13b390c6e2955eba6a
treeb9ca8ee26daae62938fd2fad15ce52ac07480caf
parenta60ff367a4f55ea319625cf500687c5025604f40
Use AID_SYSTEM as uid when creating oat dir

Previously AID_INSTALL was used, which was causing permission denied errors
when PackageManager was trying to recursively rename staging directory

Bug: 19550105
Bug: 20087446
Change-Id: I3a9e3056c1fbc1ce0077a3ce52cf77ea6b5085ee
cmds/installd/commands.c