aboutsummaryrefslogtreecommitdiffstats
path: root/android-configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android-configure.sh')
-rwxr-xr-xandroid-configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/android-configure.sh b/android-configure.sh
index 70cd3de..8b65c22 100755
--- a/android-configure.sh
+++ b/android-configure.sh
@@ -466,6 +466,8 @@ if [ $BSD = 1 ] ; then
echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_h
fi
+echo "#define CONFIG_ANDROID 1" >> $config_h
+
log "Generate : $config_h"
echo "Ready to go. Type 'make' to build emulator"