Bug 1104476 - Enable MOZ_NFC on L. r=glandium

This commit is contained in:
Yoshi Huang 2015-01-30 12:35:24 +08:00
parent 923ece7ef8
commit b69269c664

View File

@ -296,6 +296,7 @@ if test -n "$gonkdir" ; then
if test -d "$gonkdir/system/bluetoothd"; then if test -d "$gonkdir/system/bluetoothd"; then
MOZ_B2G_BT_DAEMON=1 MOZ_B2G_BT_DAEMON=1
fi fi
MOZ_NFC=1
;; ;;
*) *)
AC_MSG_ERROR([Unsupported platform version: $ANDROID_VERSION]) AC_MSG_ERROR([Unsupported platform version: $ANDROID_VERSION])