summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeadman96385 <seanhoyt963@gmail.com>2016-05-01 15:15:54 -0500
committerdeadman96385 <seanhoyt963@gmail.com>2016-07-24 02:07:58 -0500
commit513451f58769db84861a8c9a0aae0a7ea3aa4e42 (patch)
tree56c2c4d07e1d918d915ee82c07dd84ee9afad428
parent619396927e0df671743071ee501b767996b741c7 (diff)
ether: Welcome to AICPmm6.0
Change-Id: I40cd42679e6d6196c29ba510a8fc754f0cbcc441
-rw-r--r--aicp.dependencies12
-rw-r--r--cm.dependencies10
-rw-r--r--cm.mk29
-rw-r--r--system.prop7
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"
- }
-]
diff --git a/cm.mk b/cm.mk
deleted file mode 100644
index 20e12da..0000000
--- a/cm.mk
+++ /dev/null
@@ -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