commit | 3b90f88caefcee4f5869610a8367f3f14ecc3e4d | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Dec 10 10:40:42 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 10 10:40:42 2019 -0800 |
tree | 01bf845f98fc3a592fa94b752ec40f1308e59979 | |
parent | 82970a1b8ce2262ad1f91971040c29110a022ae5 [diff] | |
parent | 1cde07957aa09be82c56d883ad10cec81f0cade7 [diff] |
Merge "Add a separate flag in the installer for keeping ART profiles" am: 1cde07957a Change-Id: Icc5508a22947baff5ffb45069812e3f1c4b25bc1
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; }