diff options
| author | 2019-12-10 18:30:03 +0000 | |
|---|---|---|
| committer | 2019-12-10 18:30:03 +0000 | |
| commit | 1cde07957aa09be82c56d883ad10cec81f0cade7 (patch) | |
| tree | 01bf845f98fc3a592fa94b752ec40f1308e59979 | |
| parent | a7a1ddd537952cdf380ab84da12fd577b37407e7 (diff) | |
| parent | 41be5ad8803f568d3f0112fab5a4ec9fa23d525e (diff) | |
Merge "Add a separate flag in the installer for keeping ART profiles"
| -rw-r--r-- | cmds/installd/binder/android/os/IInstalld.aidl | 2 |
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; } |