klte: Add missing case to variant hook

* SM-S902L is tracfone, which needs VZW blobs

Change-Id: Iaec6a660e9fd650bfdaa46636a9b0c65749bc2e8
This commit is contained in:
Paul Keith 2017-07-05 18:59:36 -05:00 committed by Kevin F. Haggerty
parent 053ae6bdbd
commit 98b4bd3fb6
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@
case $BOOTLOADER in
G900R*) VARIANT="usc" ;;
G900V*) VARIANT="vzw" ;;
S902L*) VARIANT="vzw" ;;
*) VARIANT="gsm" ;;
esac