m7spr: Change inherit order

 * Move comon_full_phone.mk to top. Otherwise default notification
   and alarm tone will be completely wrong

Please see the following changes for an explanation/source:

http://review.cyanogenmod.org/#/c/59655/
http://review.cyanogenmod.org/#/c/59973/

Change-Id: I2490a1c5f50e3b4363ca3cef2c3b751cea98d086
diff --git a/slim.mk b/slim.mk
index 01bbd92..0bb9667 100644
--- a/slim.mk
+++ b/slim.mk
@@ -1,10 +1,8 @@
-$(call inherit-product, device/htc/m7spr/full_m7spr.mk)
-
-$(call inherit-product, vendor/slim/config/cdma.mk)
+$(call inherit-product, vendor/slim/config/common_full_phone.mk)
 
 $(call inherit-product, vendor/slim/config/nfc_enhanced.mk)
 
-$(call inherit-product, vendor/slim/config/common_full_phone.mk)
+$(call inherit-product, device/htc/m7spr/full_m7spr.mk)
 
 PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=m7wls BUILD_ID=JSS15J BUILD_FINGERPRINT="htc/sprint_wwe/m7wls:4.3/JSS15J/251863.2:user/release-keys" PRIVATE_BUILD_DESC="3.04.651.2 CL251863 release-keys"