From acfc03463b7fca50f6b176fb1d10aa735aeb2c9d Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 3 Apr 2014 22:50:38 -0700 Subject: sr: Add performance control * Crank it up when installing Change-Id: I997d937901ff446834e6c479aaf629bee51de388 --- install.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.h') diff --git a/install.h b/install.h index 680499d..e6ce66e 100644 --- a/install.h +++ b/install.h @@ -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 -- cgit v1.1