Index: android/envsetup.sh |
=================================================================== |
--- android/envsetup.sh (revision 143348) |
+++ android/envsetup.sh (working copy) |
@@ -139,7 +139,6 @@ |
# to canonicalize them (remove double '/', remove trailing '/', etc). |
DEFINES+=" OS=android" |
DEFINES+=" android_build_type=0" # Currently, Only '0' is supportted. |
-DEFINES+=" host_os=${host_os}" |
Torne
2012/08/01 11:28:51
You need to update the references to host_os in ev
|
DEFINES+=" linux_fpic=1" |
DEFINES+=" release_optimize=s" |
DEFINES+=" linux_use_tcmalloc=0" |