m7: 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: Idf0e759a941192056ad44cd8c0f540126fea8377
diff --git a/cm.mk b/cm.mk
index c1ce596..57d9611 100644
--- a/cm.mk
+++ b/cm.mk
@@ -1,8 +1,8 @@
-$(call inherit-product, device/htc/m7/full_m7.mk)
+$(call inherit-product, vendor/cm/config/common_full_phone.mk)
 
 $(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
 
-$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+$(call inherit-product, device/htc/m7/full_m7.mk)
 
 PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=KOT49H.H1 BUILD_FINGERPRINT="htc/m7_google/m7:4.4.2/KOT49H.H1/288144:user/release-keys" PRIVATE_BUILD_DESC="3.62.1700.1 CL288144 release-keys"