diff options
| author | Caner <punisher_caner@windowslive.com> | 2016-11-04 22:27:50 +0000 |
|---|---|---|
| committer | Kaan Külahlı <rygebis@gmail.com> | 2017-03-03 13:52:34 +0000 |
| commit | cc347ab498d98f33263fad64da7edbadb4c325bb (patch) | |
| tree | 31274ddc9a54a480f2ebc2ee938670b9d8e833e8 | |
| parent | 77c5dbadbb9ac4b4c288ad565f17cd32d7c08e2d (diff) | |
Initial commit for shamrockn7.1_new
| -rw-r--r-- | README.mkdn | 19 | ||||
| -rw-r--r-- | aicp.dependencies | 10 | ||||
| -rw-r--r-- | aicp.mk (renamed from lineage.mk) | 11 | ||||
| -rw-r--r-- | lineage.dependencies | 4 | ||||
| -rw-r--r-- | vendorsetup.sh | 1 |
5 files changed, 33 insertions, 12 deletions
diff --git a/README.mkdn b/README.mkdn new file mode 100644 index 0000000..c1b174a --- /dev/null +++ b/README.mkdn @@ -0,0 +1,19 @@ +Copyright 2016 - The AICP Project + +Android One Third Generation Device's (shamrock) +============================================================ +Basic | Spesification List +-------:|:------------------------- +CPU | Quad-core 1.5 GHz ARM® Cortex™ A53 and quad-core 1.2 GHz ARM® Cortex™ A53 +CHIPSET | Qualcomm MSM8952 Snapdragon 617 +GPU | Adreno 405 +Memory | 3 GB +Shipped Android Version | 6.0.1 +Storage | 32 GB +MicroSD | Up to 128 GB +Battery | 3100 mAh (non-removable) +Display | 1080 x 1920 pixels, 5.5" +Rear Camera | 13.0 MP Dual-Flash +Front Camera | 13.0 MP + + diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..4367944 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,10 @@ +[ + { + "repository": "android_device_google_msm8952-common", + "target_path": "device/google/msm8952-common" + }, + { + "repository": "android_kernel_google_shamrock", + "target_path": "kernel/google/shamrock" + }, +] @@ -1,4 +1,4 @@ -# Copyright (C) 2017 The LineageOS Project +# Copyright (C) 2015 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,13 +14,13 @@ $(call inherit-product, device/google/shamrock/full_shamrock.mk) -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +# Inherit some common AICP stuff. +$(call inherit-product, vendor/aicp/configs/common_full_phone.mk) # Must define platform variant before including any common things TARGET_BOARD_PLATFORM_VARIANT := msm8952 -PRODUCT_NAME := lineage_shamrock +PRODUCT_NAME := aicp_shamrock BOARD_VENDOR := google PRODUCT_DEVICE := shamrock @@ -33,6 +33,3 @@ TARGET_VENDOR := google TARGET_VENDOR_PRODUCT_NAME := Shamrock TARGET_VENDOR_DEVICE_NAME := shamrock -PRODUCT_BUILD_PROP_OVERRIDES += \ - BUILD_FINGERPRINT=qcom/shamrock/shamrock:7.0/N3F55/3520474:user/release-keys \ - PRIVATE_BUILD_DESC="shamrock-user 7.0 N3F55 3520474 release-keys" diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index e25b405..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,4 +0,0 @@ -[ - - -] diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index 8c0df90..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1 +0,0 @@ -add_lunch_combo cm_shamrock-userdebug |
