Skip to content

Commit

Permalink
m7spr: Change inherit order
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
arco authored and mdmower committed Feb 28, 2014
1 parent edadb24 commit 2ca4f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cm.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$(call inherit-product, device/htc/m7spr/full_m7spr.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/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"

Expand Down

0 comments on commit 2ca4f7f

Please sign in to comment.