commit | 1cde07957aa09be82c56d883ad10cec81f0cade7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Dec 10 18:30:03 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 10 18:30:03 2019 +0000 |
tree | 01bf845f98fc3a592fa94b752ec40f1308e59979 | |
parent | a7a1ddd537952cdf380ab84da12fd577b37407e7 [diff] | |
parent | 41be5ad8803f568d3f0112fab5a4ec9fa23d525e [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; }