am 6dc3f4e5: Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such.
Merge commit '6dc3f4e553d333b9f115a222a9a684bb2aa55b5e' into eclair-plus-aosp * commit '6dc3f4e553d333b9f115a222a9a684bb2aa55b5e': Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such.
This commit is contained in:
@@ -151,7 +151,7 @@ public class Build {
|
||||
* the background tabs have a dark gray background.
|
||||
* </ul>
|
||||
*/
|
||||
public static final int ECLAIR = CUR_DEVELOPMENT;
|
||||
public static final int ECLAIR = 5;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user