forked from CyanogenMod/android_vendor_cyanogen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add morrison (Motorola CLIQ/DEXT) support
Device files can be pulled from https://github.com/dpw13/ngiordano-csolanol_Morrison_Device Vendor files (including proprietary) can be pulled from https://github.com/adumont/vendor_morrison Add dwagner, ngiordano, JassyCliq as maintainers for CLIQ/DEXT. Change-Id: Ia6b561b511ee1ceb8104bcefa8f76fbf07549714
- Loading branch information
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Whether or not to display the trackball settings --> | ||
<bool name="has_trackball">false</bool> | ||
<bool name="has_camera_button">true</bool> | ||
<bool name="has_rgb_notification_led">false</bool> | ||
<bool name="has_led_flash">true</bool> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Inherit AOSP device configuration for zeppelin. | ||
$(call inherit-product, device/motorola/morrison/morrison.mk) | ||
|
||
# Inherit some common cyanogenmod stuff. | ||
$(call inherit-product, vendor/cyanogen/products/common_full.mk) | ||
|
||
$(call inherit-product vendor/cyanogen/products/bcm_fm_radio.mk) | ||
|
||
$(call inherit-product, vendor/cyanogen/products/gsm.mk) | ||
|
||
# | ||
# Setup device specific product configuration. | ||
# | ||
PRODUCT_NAME := cyanogen_morrison | ||
PRODUCT_BRAND := motorola | ||
PRODUCT_DEVICE := morrison | ||
PRODUCT_MODEL := CLIQ | ||
PRODUCT_MANUFACTURER := Motorola | ||
|
||
# | ||
# Set ro.modversion | ||
# | ||
ifdef CYANOGEN_NIGHTLY | ||
PRODUCT_PROPERTY_OVERRIDES += \ | ||
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-CLIQ | ||
else | ||
ifdef CYANOGEN_RELEASE | ||
PRODUCT_PROPERTY_OVERRIDES += \ | ||
ro.modversion=CyanogenMod-7.1.0-RC0-CLIQ-KANG | ||
else | ||
PRODUCT_PROPERTY_OVERRIDES += \ | ||
ro.modversion=CyanogenMod-7.1.0-RC0-CLIQ-KANG | ||
endif | ||
endif | ||
|
||
#PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=FRG83D BUILD_DISPLAY_ID=GRH78 PRODUCT_NAME=morrison TARGET_DEVICE=morrison BUILD_FINGERPRINT=MOTO/morrison_tmo_us/morr/morr:2.1-update1/ERD79/2.1.54:user/ota-rel-keys,release-keys PRODUCT_BRAND=tmobile PRIVATE_BUILD_DESC="morrison-user 2.1-update1 ERD79 2.1.54 ota-rel-keys,release-keys" BUILD_NUMBER=75603 BUILD_UTC_DATE=1289367602 TARGET_BUILD_TYPE=user BUILD_VERSION_TAGS=release-keys USER=android-build | ||
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=morrison TARGET_DEVICE=morrison BUILD_ID=GRH78 BUILD_DISPLAY_ID=GRH78C BUILD_FINGERPRINT=google/soju/crespo:2.3.1/GRH78/85442:user/release-keys PRIVATE_BUILD_DESC="soju-user 2.3.1 GRH78 85442 release-keys" | ||
|
||
PRODUCT_COPY_FILES += \ | ||
vendor/cyanogen/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip | ||
|
||
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/morrison | ||
|
||
# Add the FM app | ||
PRODUCT_PACKAGES += FM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters