Skip to content

Instantly share code, notes, and snippets.

@konstantinkeller
Created November 23, 2012 20:03
Show Gist options
  • Select an option

  • Save konstantinkeller/4137053 to your computer and use it in GitHub Desktop.

Select an option

Save konstantinkeller/4137053 to your computer and use it in GitHub Desktop.
$(call inherit-product, vendor/cm/config/gsm.mk)
$(call inherit-product, vendor/cm/config/common_full_phone.mk)
PRODUCT_RELEASE_NAME := mako
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 768
TARGET_BOOTANIMATION_NAME := 720
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.dexopt-data-only=1
PRODUCT_NAME := cm_mako
PRODUCT_DEVICE := mako
PRODUCT_BRAND := Android
PRODUCT_MODEL := Full JellyBean on Mako
PRODUCT_MANUFACTURER := LGE
PRODUCT_RESTRICT_VENDOR_FILES := false
$(call inherit-product, device/lge/mako/device.mk)
$(call inherit-product-if-exists, vendor/lge/mako/mako-vendor.mk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment