commit | 1f27821568065715d3235c0e690c42d0d7a413bc | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu Jul 16 10:44:15 2009 -0700 |
committer | San Mehat <san@google.com> | Thu Jul 16 11:41:33 2009 -0700 |
tree | e7137504d6072dcc2375d166c8d7bd464947c905 | |
parent | d8221d9869f9fe1031219e8f6cbcef0771d767fa [diff] [blame] |
vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some error display bugs (our printf doesnt support %m) Signed-off-by: San Mehat <san@google.com>
diff --git a/vold/vold.h b/vold/vold.h index 4ff690a..abc27a1 100644 --- a/vold/vold.h +++ b/vold/vold.h
@@ -97,4 +97,5 @@ int send_msg(char *msg); int send_msg_with_data(char *msg, char *data); +extern int bootstrap; #endif