From cc347ab498d98f33263fad64da7edbadb4c325bb Mon Sep 17 00:00:00 2001 From: Caner Date: Fri, 4 Nov 2016 22:27:50 +0000 Subject: Initial commit for shamrock --- README.mkdn | 19 +++++++++++++++++++ aicp.dependencies | 10 ++++++++++ aicp.mk | 35 +++++++++++++++++++++++++++++++++++ lineage.dependencies | 4 ---- lineage.mk | 38 -------------------------------------- vendorsetup.sh | 1 - 6 files changed, 64 insertions(+), 43 deletions(-) create mode 100644 README.mkdn create mode 100644 aicp.dependencies create mode 100644 aicp.mk delete mode 100644 lineage.dependencies delete mode 100644 lineage.mk delete mode 100644 vendorsetup.sh 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 + +![GM 5 Plus](https://store.donanimhaber.com/60/82/10/6082104c6938ec1419267a2a1d9aeeef.jpg "GM 5 Plus") 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" + }, +] diff --git a/aicp.mk b/aicp.mk new file mode 100644 index 0000000..4d0eaf1 --- /dev/null +++ b/aicp.mk @@ -0,0 +1,35 @@ +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +$(call inherit-product, device/google/shamrock/full_shamrock.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 := aicp_shamrock +BOARD_VENDOR := google +PRODUCT_DEVICE := shamrock + +PRODUCT_GMS_CLIENTID_BASE := android-google + +PRODUCT_MANUFACTURER := Google + +PRODUCT_BRAND := Google +TARGET_VENDOR := google +TARGET_VENDOR_PRODUCT_NAME := Shamrock +TARGET_VENDOR_DEVICE_NAME := shamrock + 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/lineage.mk b/lineage.mk deleted file mode 100644 index ead08e9..0000000 --- a/lineage.mk +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2017 The LineageOS Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -$(call inherit-product, device/google/shamrock/full_shamrock.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) - -# Must define platform variant before including any common things -TARGET_BOARD_PLATFORM_VARIANT := msm8952 - -PRODUCT_NAME := lineage_shamrock -BOARD_VENDOR := google -PRODUCT_DEVICE := shamrock - -PRODUCT_GMS_CLIENTID_BASE := android-google - -PRODUCT_MANUFACTURER := Google - -PRODUCT_BRAND := Google -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/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 -- cgit v1.2.3