diff options
| author | 2015-04-09 13:10:03 -0700 | |
|---|---|---|
| committer | 2015-04-09 14:15:55 -0700 | |
| commit | 6fe28a06012250da85f808a0869f87e06e0bcce9 (patch) | |
| tree | be179fe50437f3872939e4f351ac6c174bd1ab34 /cmds/installd/commands.cpp | |
| parent | 066fadb983b117a7682af00780d23d16232ab0e2 (diff) | |
Start accepting volume UUIDs from framework.
We're now parsing and passing through volume UUIDs sent across the
command socket. The "!" argument value is treated as null, which
means internal storage.
Bug: 19993667
Change-Id: I17729a769ce687a2e94e85991a6338c77ded0b66
Diffstat (limited to 'cmds/installd/commands.cpp')
| -rw-r--r-- | cmds/installd/commands.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/installd/commands.cpp b/cmds/installd/commands.cpp index ea59f5b681..32a03f49de 100644 --- a/cmds/installd/commands.cpp +++ b/cmds/installd/commands.cpp @@ -1542,8 +1542,7 @@ fail: return -1; } -// TODO: extend to know about other volumes -int restorecon_data(const char* uuid __attribute__((unused)), const char* pkgName, +int restorecon_data(const char* uuid, const char* pkgName, const char* seinfo, uid_t uid) { struct dirent *entry; |