Skip to content

Instantly share code, notes, and snippets.

@ProfessorAnomaly
Created May 7, 2013 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProfessorAnomaly/5535996 to your computer and use it in GitHub Desktop.
Save ProfessorAnomaly/5535996 to your computer and use it in GitHub Desktop.
vendor/aokp/products/m7wls.mk
# Inherit device configuration
$(call inherit-product, device/htc/m7wls/device_m7wls.mk)
# Specify phone tech before including full_phone
$(call inherit-product, vendor/aokp/configs/cdma.mk)
$(call inherit-product, vendor/aokp/configs/common.mk)
# Device naming
PRODUCT_DEVICE := m7wls
PRODUCT_NAME := aokp_m7wls
PRODUCT_BRAND := htc
PRODUCT_MODEL := HTC One
PRODUCT_MANUFACTURER := HTC
# Release name
PRODUCT_RELEASE_NAME := m7wls
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_m7wls BUILD_ID=JZO54K BUILD_FINGERPRINT="htc/m7wls/m7wls:4.1.2/JZO54K/166937.7:user/release-keys" PRIVATE_BUILD_DESC="1.29.651.7 CL166937 release-keys"
PRODUCT_COPY_FILES += \
vendor/aokp/prebuilt/bootanimation/bootanimation_720_1280.zip:system/media/bootanimation-alt.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment