From e4ef453914235d1ac3bea1c1a27975ee1ea7da73 Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Fri, 31 Aug 2018 11:57:51 -0700 Subject: Fix sideload for user devices by adding a new sideload config Bug: 113563995 Test: Tested the 'adb sideload' command on marlin user/userdebug builds and walleye user/userdebug builds Change-Id: I00d565547b85f2db87012e4a08316609e03395ac --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index c24431bd1..38bdd526b 100644 --- a/common.h +++ b/common.h @@ -44,4 +44,5 @@ void ui_print(const char* format, ...) __printflike(1, 2); bool is_ro_debuggable(); +bool SetUsbConfig(const std::string& state); #endif // RECOVERY_COMMON_H -- cgit v1.2.3