summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2019-12-10 10:46:27 -0800
committer android-build-merger <android-build-merger@google.com> 2019-12-10 10:46:27 -0800
commit04e1a054ba4cd1fc621c53b6a65722f3224349cc (patch)
treedc71f0806ffbeea96cfdc73392397a5150e05ca9
parent17fdb9c353c09c2a5a6e07d655544daaa166c2f0 (diff)
parent3b90f88caefcee4f5869610a8367f3f14ecc3e4d (diff)
Merge "Add a separate flag in the installer for keeping ART profiles" am: 1cde07957a
am: 3b90f88cae Change-Id: Ic717fa14db8a24c698d59401301c707ad11b4848
-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;
}