diff options
| -rw-r--r-- | aicp.dependencies | 12 | ||||
| -rw-r--r-- | cm.dependencies | 10 | ||||
| -rw-r--r-- | cm.mk | 29 | ||||
| -rw-r--r-- | system.prop | 7 |
4 files changed, 19 insertions, 39 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..9a7df9b --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,12 @@ +[ + { + "repository": "TheMuppets/proprietary_vendor_nextbit", + "target_path": "vendor/nextbit", + "branch": "cm-13.0" + }, + { + "repository": "deadman96385/android_kernel_nextbit_msm8992", + "target_path": "kernel/nextbit/msm8992", + "branch": "cm-13.0" + } +]
\ No newline at end of file diff --git a/cm.dependencies b/cm.dependencies deleted file mode 100644 index b10868c..0000000 --- a/cm.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_kernel_nextbit_msm8992", - "target_path": "kernel/nextbit/msm8992" - }, - { - "repository": "android_device_qcom_common", - "target_path": "device/qcom/common" - } -] @@ -1,29 +0,0 @@ -# Boot animation -TARGET_SCREEN_HEIGHT := 1080 -TARGET_SCREEN_WIDTH := 1920 - -# Inherit 64-bit configs -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) - -# Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -# Inherit device configuration -$(call inherit-product, device/nextbit/ether/device.mk) - -## Device identifier. This must come after all inclusions -PRODUCT_NAME := cm_ether -BOARD_VENDOR := nextbit -TARGET_VENDOR := nextbit -PRODUCT_DEVICE := ether - -PRODUCT_BRAND := Nextbit -PRODUCT_MODEL := Robin -PRODUCT_MANUFACTURER := Nextbit - -PRODUCT_BUILD_PROP_OVERRIDES += \ - BUILD_FINGERPRINT=Nextbit/ether/ether:6.0.1/MMB29M/00WW_1_350:user/release-keys \ - PRIVATE_BUILD_DESC="ether-user 6.0.1 MMB29M 00WW_1_350 release-keys" diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..0eb6a83 --- /dev/null +++ b/system.prop @@ -0,0 +1,7 @@ +# Hardware Info +ro.device.chipset=Qualcomm MSM8992 Snapdragon 808 +ro.device.cpu=Quad-core 1.44 GHz Cortex-A53 & dual-core 1.82 GHz Cortex-A57 +ro.device.gpu=Qualcomm Adreno 418 +ro.device.rear_cam=13 MP, 1920x1080 (4K) (30 fps) +ro.device.front_cam=5 MP +ro.device.screen_res=1080 x 1920 pixels (~423 ppi)
\ No newline at end of file |
