commit | e4ef453914235d1ac3bea1c1a27975ee1ea7da73 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Fri Aug 31 11:57:51 2018 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Fri Sep 07 15:02:43 2018 -0700 |
tree | f421eef0a20c95c43cf006e1607fd8e75947ab8a | |
parent | a062fae9d7c69b2e701e3c27ac34fef506f67218 [diff] [blame] |
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
diff --git a/common.h b/common.h index c24431b..38bdd52 100644 --- a/common.h +++ b/common.h
@@ -44,4 +44,5 @@ bool is_ro_debuggable(); +bool SetUsbConfig(const std::string& state); #endif // RECOVERY_COMMON_H