Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / sys_info_android.cc
index ab760e5..0d885ee 100644 (file)
@@ -15,8 +15,7 @@
 #include "base/strings/stringprintf.h"
 #include "base/sys_info_internal.h"
 
-// TODO(rmcilroy): Update API level when 'L' gets an official API level.
-#if (__ANDROID_API__ >= 9999 /* 'L' */)
+#if (__ANDROID_API__ >= 21 /* 5.0 - Lollipop */)
 
 namespace {