diff options
author | Steve Kondik <shade@chemlab.org> | 2014-04-03 22:50:38 -0700 |
---|---|---|
committer | Michael Bestas <mikeioannina@cyanogenmod.org> | 2016-01-21 03:07:06 +0200 |
commit | acfc03463b7fca50f6b176fb1d10aa735aeb2c9d (patch) | |
tree | 5c4410af0f948dc5fff51ba94a2e8ea9143a8e76 /install.h | |
parent | cd60d87be3be8c284e9b8dd9b82da7ef8bcac96c (diff) | |
download | bootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.zip bootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.tar.gz bootable_recovery-acfc03463b7fca50f6b176fb1d10aa735aeb2c9d.tar.bz2 |
sr: Add performance control
* Crank it up when installing
Change-Id: I997d937901ff446834e6c479aaf629bee51de388
Diffstat (limited to 'install.h')
-rw-r--r-- | install.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_NONE }; int install_package(const char* root_path, bool* wipe_cache, const char* install_file, bool needs_mount); +void set_perf_mode(bool enable); + #ifdef __cplusplus } #endif |