Merge "init.qcom.sh: Fix syntax error"

This commit is contained in:
Linux Build Service Account 2015-01-09 18:23:53 -08:00 committed by Gerrit - the friendly Code Review server
commit 8ea0cf7e05
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/system/bin/sh
# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved.
# Copyright (c) 2009-2015, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@ -227,7 +227,7 @@ case "$target" in
esac
;;
"MTP")
case "$platform_subtype_id"
case "$platform_subtype_id" in
"3")
setprop qemu.hw.mainkeys 0
;;