Commit 937a576b authored by Indrajeet Kumar's avatar Indrajeet Kumar
Browse files

Bug 930719 - Pick BlueZ or Bluedroid in config, r=glandium

parent c201031e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -234,8 +234,7 @@ if test -n "$gonkdir" ; then
          GONK_INCLUDES="$GONK_INCLUDES -I$gonkdir/external/dbus -I$gonkdir/external/bluetooth/bluez/lib"
            MOZ_B2G_BT=1
            MOZ_B2G_BT_BLUEZ=1
        fi
        if test -d "$gonkdir/external/bluetooth/bluedroid"; then
        elif test -d "$gonkdir/external/bluetooth/bluedroid"; then
            MOZ_B2G_BT=1
            MOZ_B2G_BT_BLUEDROID=1
        fi