summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-12-10 18:30:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-12-10 18:30:03 +0000
commit1cde07957aa09be82c56d883ad10cec81f0cade7 (patch)
tree01bf845f98fc3a592fa94b752ec40f1308e59979
parenta7a1ddd537952cdf380ab84da12fd577b37407e7 (diff)
parent41be5ad8803f568d3f0112fab5a4ec9fa23d525e (diff)
Merge "Add a separate flag in the installer for keeping ART profiles"
-rw-r--r--cmds/installd/binder/android/os/IInstalld.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/binder/android/os/IInstalld.aidl b/cmds/installd/binder/android/os/IInstalld.aidl
index 26e9984f11..d99bcc8d13 100644
--- a/cmds/installd/binder/android/os/IInstalld.aidl
+++ b/cmds/installd/binder/android/os/IInstalld.aidl
@@ -127,4 +127,6 @@ interface IInstalld {
const int FLAG_USE_QUOTA = 0x1000;
const int FLAG_FORCE = 0x2000;
+
+ const int FLAG_CLEAR_APP_DATA_KEEP_ART_PROFILES = 0x20000;
}