Commit 8abddd84 authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Bump up the fallback OS version number to 4.3.0

Bug: 10124535,10013600

Patched in from upstream chromium
https://codereview.chromium.org/20752003/ PS1

Change-Id: I411221340a7a6bf882cf57105cb625193cb158cc
parent 226ac258
......@@ -17,9 +17,9 @@ namespace {
// cannot be acquired.
// TODO(dfalcantara): Keep this reasonably up to date with the latest publicly
// available version of Android.
static const int kDefaultAndroidMajorVersion = 4;
static const int kDefaultAndroidMinorVersion = 0;
static const int kDefaultAndroidBugfixVersion = 3;
const int kDefaultAndroidMajorVersion = 4;
const int kDefaultAndroidMinorVersion = 3;
const int kDefaultAndroidBugfixVersion = 0;
// Parse out the OS version numbers from the system properties.
void ParseOSVersionNumbers(const char* os_version_str,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment