Skip to content

Commit

Permalink
p7510: Add a cm.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Nov 27, 2011
1 parent 8f85a71 commit 71a22f8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cm.mk
@@ -0,0 +1,20 @@
# Inherit device configuration for GT_P7510.
$(call inherit-product, device/samsung/GT_P7510/GT_P7510.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := cm_GT_P7510
PRODUCT_BRAND := samsung
PRODUCT_DEVICE := GT_P7510
PRODUCT_MODEL := GT_P7510
PRODUCT_MANUFACTURER := samsung
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=GT-P7510 BUILD_ID=HTJ85B BUILD_FINGERPRINT=samsung/GT-P7510/GT-P7510:3.2/HTJ85B/UEKMM:user/release-keys PRIVATE_BUILD_DESC="GT-P7510-user 3.2 HTJ85B UEKMM release-keys"

# Release name and versioning
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/cyanogen/products/common_versions.mk

0 comments on commit 71a22f8

Please sign in to comment.