Guest User

slim.mk

a guest
Apr 2nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.01 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment