Index: build/android/envsetup.sh |
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh |
index 4a3f9fb9522ce9fcb4096572fca97b4c9e9fe77b..9bf43490dfced3aed7c84afb767e09367dcf56a5 100755 |
--- a/build/android/envsetup.sh |
+++ b/build/android/envsetup.sh |
@@ -139,7 +139,7 @@ export STRIP=$(echo ${ANDROID_TOOLCHAIN}/*-strip) |
# The set of GYP_DEFINES to pass to gyp. Use 'readlink -e' on directories |
# to canonicalize them (remove double '/', remove trailing '/', etc). |
DEFINES+=" OS=android" |
-DEFINES+=" android_build_type=0" # Currently, Only '0' is supportted. |
+DEFINES+=" android_build_type=0" |
DEFINES+=" host_os=${host_os}" |
DEFINES+=" linux_fpic=1" |
DEFINES+=" release_optimize=s" |