summaryrefslogtreecommitdiffstats
path: root/cmds/installd/installd.h
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-11-11 16:08:29 -0800
committerDmitriy Ivanov <dimitry@google.com>2014-11-11 16:08:29 -0800
commit741625a17e80bc0ad8e728ba73536386efb1fb4d (patch)
tree0b9740e3cfcd40930950d6e3d07ba81b9dd07b28 /cmds/installd/installd.h
parent32dc54a1c9a717ee5a7ebdf417bfeafa115c9c59 (diff)
parent37878b1e57ee25629f0d9aff5edf599afcc8c6eb (diff)
downloadframeworks_native-741625a17e80bc0ad8e728ba73536386efb1fb4d.zip
frameworks_native-741625a17e80bc0ad8e728ba73536386efb1fb4d.tar.gz
frameworks_native-741625a17e80bc0ad8e728ba73536386efb1fb4d.tar.bz2
resolved conflicts for merge of 37878b1e to lmp-mr1-dev-plus-aosp
Change-Id: I748a7d2fb43fd63189f4688edbd0991e2b609dba
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r--cmds/installd/installd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h
index 36c3e8c..a3a5c16 100644
--- a/cmds/installd/installd.h
+++ b/cmds/installd/installd.h
@@ -221,6 +221,7 @@ int get_size(const char *pkgname, userid_t userid, const char *apkpath, const ch
int free_cache(int64_t free_size);
int dexopt(const char *apk_path, uid_t uid, bool is_public, const char *pkgName,
const char *instruction_set, bool vm_safe_mode, bool should_relocate);
+int mark_boot_complete(const char *instruction_set);
int movefiles();
int linklib(const char* target, const char* source, int userId);
int idmap(const char *target_path, const char *overlay_path, uid_t uid);