Skip to content

Instantly share code, notes, and snippets.

@caplio
Last active December 17, 2015 00:39
Show Gist options
  • Save caplio/5522654 to your computer and use it in GitHub Desktop.
Save caplio/5522654 to your computer and use it in GitHub Desktop.
vendor/aokp/products/dlxj.mk
# Specify phone tech before including full_phone
$(call inherit-product, vendor/aokp/configs/gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := dlxj
# Inherit some common aokp stuff.
$(call inherit-product, vendor/aokp/configs/common.mk)
# Inherit device configuration
$(call inherit-product, device/htc/dlxj/device_dlxj.mk)
# Device naming
PRODUCT_DEVICE := dlxj
PRODUCT_NAME := aokp_dlxj
PRODUCT_BRAND := htc
PRODUCT_MODEL := HTC J butterfly
PRODUCT_MANUFACTURER := HTC
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_dlxj BUILD_FINGERPRINT=KDDI/HTL21/dlxj:4.2.2/JDQ39/999999.1:user/release-keys PRIVATE_BUILD_DESC="1.29.970.1 CL154966 release-keys" BUILD_NUMBER=999999
# l900 specific packages
PRODUCT_PACKAGES += \
CDMATools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment