Skip to content

Commit

Permalink
vendorsetup: copy product description
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 19, 2013
1 parent bb542d2 commit b1c4cf2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions cyanogen_u8815.mk
@@ -0,0 +1,32 @@
# Inherit AOSP device configuration for U8815.
$(call inherit-product, device/huawei/u8815/device_u8815.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common_full_no_themes.mk)

# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)

# Broadcom FM radio
$(call inherit-product, vendor/cyanogen/products/bcm_fm_radio.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := cyanogen_u8815
PRODUCT_BRAND := huawei
PRODUCT_DEVICE := u8815
PRODUCT_MODEL := U8815
PRODUCT_MANUFACTURER := Huawei
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=u8815 BUILD_ID=GRK39F BUILD_DISPLAY_ID=GWK74 BUILD_FINGERPRINT=google/passion/passion:2.3.6/GRK39F/189904:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.6 GRK39F 189904 release-keys"

# Extra LDPI overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/ldpi

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

PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/ldpi/media/bootanimation.zip:system/media/bootanimation.zip
3 changes: 3 additions & 0 deletions vendorsetup.sh
@@ -1,2 +1,5 @@
# Copy u8815 product description
cp device/huawei/u8815/cyanogen_u8815.mk vendor/cyanogen/products

add_lunch_combo huawei_u8815-eng
add_lunch_combo huawei_u8815-userdebug

0 comments on commit b1c4cf2

Please sign in to comment.