commit | 0f400276db433961cf713d7570eef9e9a7165a2e | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Jun 19 06:48:23 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 19 06:48:23 2019 +0000 |
tree | 476af050f4a60eb791fa45fa06c9317bd7dd338d | |
parent | 4d54562f9f08a37a4df4fbb98684ae3b76288eb7 [diff] | |
parent | e8ef7b0bccd7e49bec7dc77fcf1f37d82c4e32df [diff] |
Merge "Add a separate flag in the installer for keeping ART profiles"
diff --git a/cmds/installd/binder/android/os/IInstalld.aidl b/cmds/installd/binder/android/os/IInstalld.aidl index 26e9984..d99bcc8 100644 --- a/cmds/installd/binder/android/os/IInstalld.aidl +++ b/cmds/installd/binder/android/os/IInstalld.aidl
@@ -127,4 +127,6 @@ const int FLAG_USE_QUOTA = 0x1000; const int FLAG_FORCE = 0x2000; + + const int FLAG_CLEAR_APP_DATA_KEEP_ART_PROFILES = 0x20000; }