Skip to content

Commit

Permalink
fixup: add LG-D320TR
Browse files Browse the repository at this point in the history
Change-Id: I463b8718ba6ae6c8f554cd574583e84df78519e5
  • Loading branch information
vm03 committed Oct 4, 2015
1 parent 6ac0193 commit 6e51b0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prebuilt/fixup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ case $model in
rm -rf /system/app/NfcNci
cat /system/usr/keylayout/Generic-D320.kl > /system/usr/keylayout/Generic.kl
;;
"LG-D320TR")
rm /system/etc/permissions/android.hardware.nfc.xml
rm /system/etc/permissions/android.hardware.nfc.hce.xml
rm /system/lib/hw/nfc_nci.w5.so
rm -rf /system/app/NfcNci
cat /system/usr/keylayout/Generic-D320.kl > /system/usr/keylayout/Generic.kl
;;
"LGMS323")
rm /system/etc/permissions/android.hardware.nfc.xml
rm /system/etc/permissions/android.hardware.nfc.hce.xml
Expand Down

0 comments on commit 6e51b0b

Please sign in to comment.