summaryrefslogtreecommitdiff
path: root/cmds/installd/commands.cpp
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@android.com> 2015-04-09 21:41:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-09 21:41:15 +0000
commit44a38d9337989742046c1e3faa6e7392ecc47cd4 (patch)
treebe179fe50437f3872939e4f351ac6c174bd1ab34 /cmds/installd/commands.cpp
parent066fadb983b117a7682af00780d23d16232ab0e2 (diff)
parent6fe28a06012250da85f808a0869f87e06e0bcce9 (diff)
Merge "Start accepting volume UUIDs from framework."
Diffstat (limited to 'cmds/installd/commands.cpp')
-rw-r--r--cmds/installd/commands.cpp3
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;