summaryrefslogtreecommitdiff
path: root/src/libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libc.c')
-rw-r--r--src/libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc.c b/src/libc.c
index 39292a6..6430c1b 100644
--- a/src/libc.c
+++ b/src/libc.c
@@ -50,7 +50,7 @@ __system_property_get(const char *name, char *value)
verbose("%s", name);
if (!strcmp(name, "ro.build.version.sdk"))
- return snprintf(value, PROP_VALUE_MAX, "%d", INT_MAX);
+ return snprintf(value, PROP_VALUE_MAX, "%d", 15);
*value = 0;
return 0;