SHOW:
|
|
- or go back to the newest paste.
| 1 | - | ## Specify phone tech before including full_phone $(call inherit-product, vendor/slim/config/gsm.mk) # Release name PRODUCT_RELEASE_NAME := I9000 # Inherit some common slim stuff. $(call inherit-product, vendor/slim/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.mk) # Inherit device settings $(call inherit-product, vendor/slim/config/common_sgs.mk) PRODUCT_COPY_FILES += \ vendor/slim/prebuilt/hdpi/bootanimation.zip:system/media/bootanimation.zip PRODUCT_PROPERTY_OVERRIDES += \ ro.camera.res=5MP #copy 00check PRODUCT_COPY_FILES += \ vendor/slim/prebuilt/common/etc/init.d/00check:system/etc/init.d/00check ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := galaxysmtd PRODUCT_NAME := slim_galaxysmtd PRODUCT_BRAND := samsung PRODUCT_MODEL := GT-I9000 #Set build fingerprint / ID / Prduct Name ect. PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9000 TARGET_DEVICE=GT-I9000 BUILD_FINGERPRINT=samsung/GT-I9000/GT-I9000:2.3 |
| 1 | + | ## Specify phone tech before including full_phone |
| 2 | $(call inherit-product, vendor/slim/config/gsm.mk) | |
| 3 | ||
| 4 | # Release name | |
| 5 | PRODUCT_RELEASE_NAME := I9000 | |
| 6 | ||
| 7 | # Inherit some common slim stuff. | |
| 8 | $(call inherit-product, vendor/slim/config/common_full_phone.mk) | |
| 9 | ||
| 10 | # Inherit device configuration | |
| 11 | $(call inherit-product, device/samsung/galaxysmtd/full_galaxysmtd.mk) | |
| 12 | ||
| 13 | # Inherit device settings | |
| 14 | $(call inherit-product, vendor/slim/config/common_sgs.mk) | |
| 15 | ||
| 16 | PRODUCT_COPY_FILES += \ | |
| 17 | vendor/slim/prebuilt/hdpi/bootanimation.zip:system/media/bootanimation.zip | |
| 18 | ||
| 19 | PRODUCT_PROPERTY_OVERRIDES += \ | |
| 20 | ro.camera.res=5MP | |
| 21 | ||
| 22 | #copy 00check | |
| 23 | PRODUCT_COPY_FILES += \ | |
| 24 | vendor/slim/prebuilt/common/etc/init.d/00check:system/etc/init.d/00check | |
| 25 | ||
| 26 | ## Device identifier. This must come after all inclusions | |
| 27 | PRODUCT_DEVICE := galaxysmtd | |
| 28 | PRODUCT_NAME := slim_galaxysmtd | |
| 29 | PRODUCT_BRAND := samsung | |
| 30 | PRODUCT_MODEL := GT-I9000 | |
| 31 | ||
| 32 | #Set build fingerprint / ID / Prduct Name ect. | |
| 33 | PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-I9000 TARGET_DEVICE=GT-I9000 BUILD_FINGERPRINT=samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys PRIVATE_BUILD_DESC="GT-I9000-user 2.3.5 GINGERBREAD XXJVT release-keys" |