diff options
| author | Androidsftw <androidsftwsub@gmail.com> | 2014-11-12 04:29:04 -0700 |
|---|---|---|
| committer | Androidsftw <androidsftwsub@gmail.com> | 2014-11-12 20:04:40 -0700 |
| commit | 8339c25f555c39f055cbbb91a17c09956ea0e6de (patch) | |
| tree | 7dddf1ddbbdbe1de294d7bc4966f475c02cc118b | |
| parent | d9738a71b96730f0848bcb6e05427b4fd8006121 (diff) | |
d2spr: fixup assert, props
Update board-info.txt with latest bootloader
overlay-cdma doesn't seem to exist anymore
device was meant to be part of device-proprietary-files.txt
Update cm.mk with latest props
Change-Id: Ia8b5d7e368ca70fd949d4d315f8cb2d623b36bfb
| -rw-r--r-- | board-info.txt | 2 | ||||
| -rw-r--r-- | cm.mk | 4 | ||||
| -rw-r--r-- | device | 3 | ||||
| -rw-r--r-- | device-proprietary-files.txt | 2 | ||||
| -rw-r--r-- | device.mk | 3 |
5 files changed, 5 insertions, 9 deletions
diff --git a/board-info.txt b/board-info.txt index 3ce5d8b..fed2ae9 100644 --- a/board-info.txt +++ b/board-info.txt @@ -1,2 +1,2 @@ -require version-bootloader=L710VPBLJ7|L710VPBMA6|L710VPBMB1|L710VPBMD4|L710VPAMD7|L710VPUCMK3|S960LWYAMD6 +require version-bootloader=L710VPBLJ7|L710VPBMA6|L710VPBMB1|L710VPBMD4|L710VPAMD7|L710VPUCMK3|S960LWYAMD6|L710VPUDND8 @@ -9,8 +9,8 @@ $(call inherit-product, vendor/cm/config/common_full_phone.mk) PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_NAME=d2spr \ TARGET_DEVICE=d2spr \ - BUILD_FINGERPRINT="samsung/d2spr/d2spr:4.1.2/JZO54K/L710VPBMD4:user/release-keys" \ - PRIVATE_BUILD_DESC="d2spr-user 4.1.2 JZO54K L710VPBMD4 release-keys" + BUILD_FINGERPRINT="samsung/d2spr/d2spr:4.4.2/KOT49H/L710VPUDND8:user/release-keys" \ + PRIVATE_BUILD_DESC="d2spr-user 4.4.2 KOT49H L710VPUDND8 release-keys" PRODUCT_NAME := cm_d2spr PRODUCT_DEVICE := d2spr @@ -1,3 +0,0 @@ -# Add device specific blobs here -lib/libril.so -lib/libsec-ril.so diff --git a/device-proprietary-files.txt b/device-proprietary-files.txt index 755c891..7072e27 100644 --- a/device-proprietary-files.txt +++ b/device-proprietary-files.txt @@ -1 +1,3 @@ # Add device specific blobs here +lib/libril.so +lib/libsec-ril.so @@ -20,8 +20,5 @@ $(call inherit-product-if-exists, vendor/samsung/d2spr/d2spr-vendor.mk) ## overlays DEVICE_PACKAGE_OVERLAYS += device/samsung/d2spr/overlay -## common overlays -DEVICE_PACKAGE_OVERLAYS += device/samsung/d2-common/overlay-cdma - # Inherit from d2-common $(call inherit-product, device/samsung/d2-common/d2-common.mk) |
