diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-09-29 16:45:33 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-09-29 16:45:33 +0200 |
commit | a18f1eb8b38a737da6842f2689927ef32543c402 (patch) | |
tree | 4bc9218f55781467027405bfe16db3f0466f1b75 | |
parent | 3a56374f2a42b0acacc87142555d1ea253d3a16f (diff) | |
download | device_samsung_maguro-replicant-4.0.zip device_samsung_maguro-replicant-4.0.tar.gz device_samsung_maguro-replicant-4.0.tar.bz2 |
Changes for Replicant vendorreplicant-4.0
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | cm.mk | 13 | ||||
-rw-r--r-- | full_maguro.mk | 2 |
2 files changed, 8 insertions, 7 deletions
@@ -1,5 +1,5 @@ ## Specify phone tech before including full_phone -$(call inherit-product, vendor/cm/config/gsm.mk) +$(call inherit-product, vendor/replicant/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := GN-GSM @@ -8,17 +8,20 @@ PRODUCT_RELEASE_NAME := GN-GSM TARGET_BOOTANIMATION_NAME := vertical-720x1280 # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) +$(call inherit-product, vendor/replicant/config/nfc_enhanced.mk) # Inherit device configuration $(call inherit-product, device/samsung/maguro/full_maguro.mk) +# Inherit Software GL configuration. +$(call inherit-product, vendor/replicant/config/software_gl.mk) + ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := maguro -PRODUCT_NAME := cm_maguro +PRODUCT_NAME := replicant_maguro PRODUCT_BRAND := Google PRODUCT_MODEL := Galaxy Nexus PRODUCT_MANUFACTURER := Samsung @@ -26,4 +29,4 @@ PRODUCT_MANUFACTURER := Samsung #Set build fingerprint / ID / Product Name ect. PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=yakju BUILD_FINGERPRINT="google/yakju/maguro:4.0.4/IMM76I/330937:user/release-keys" PRIVATE_BUILD_DESC="yakju-user 4.0.4 IMM76I 330937 release-keys" -PRODUCT_VERSION_DEVICE_SPECIFIC := .2
\ No newline at end of file +PRODUCT_VERSION_DEVICE_SPECIFIC := .2 diff --git a/full_maguro.mk b/full_maguro.mk index 41ab570..740f985 100644 --- a/full_maguro.mk +++ b/full_maguro.mk @@ -30,8 +30,6 @@ PRODUCT_PACKAGES := \ GNexusParts # Inherit from those products. Most specific first. -# Inherit Software GL configuration. -$(call inherit-product, vendor/cm/config/software_gl.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # This is where we'd set a backup provider if we had one #$(call inherit-product, device/sample/products/backup_overlay.mk) |