bug 605050 - Disable building accessibility on Android r=khuey a=bsmedberg

This commit is contained in:
Michael Wu 2010-10-25 17:34:29 -04:00
parent 5a990bb44a
commit dbe1bfb33d

View File

@ -5006,8 +5006,8 @@ BUILD_CTYPES=1
XPC_IDISPATCH_SUPPORT=
case "$target_os" in
darwin*|*wince*|*winmo*)
case "${target}" in
*android*|*darwin*|*wince*|*winmo*)
ACCESSIBILITY=
;;
*)