diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-12 01:32:24 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:21 -0300 |
commit | d600e720724b9916d475e0f81705abafb5e2d871 (patch) | |
tree | bec443b904990d5e0e7f3708e74d909160a75488 /hints/linux-android.sh | |
parent | e9867f21492a322f982e93298414645e92515b6a (diff) | |
download | perl-d600e720724b9916d475e0f81705abafb5e2d871.tar.gz |
Android hints: Set osvers to getprop ro.build.version.release
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r-- | hints/linux-android.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 5b39481d38..4d6a97514d 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -244,3 +244,5 @@ fi # Cross-compiling with adb if $test "X$hostosname" = "Xdarwin"; then firstmakefile=GNUmakefile; fi + +osvers="`$run getprop ro.build.version.release`" |