summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 0a04b62cc..534f0dd76 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -585,6 +585,8 @@ elsif ( $platform =~ m/linux/ )
}
elsif ($platform =~ m/^arm.*-androideabi/)
{ print "Setting Android ARM specific values... ";
+ $OS = "ANDROID";
+
$outfile = "AndroidARMEnv.Set.sh";
$CPU = "R";
$CPUNAME = "ARM";