diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-05-26 20:52:52 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-05-26 20:52:52 +0300 |
| commit | 2a8945c40ab55283fcd2d4e81528e0f9d31d5258 (patch) | |
| tree | 3133d52efe9f0d9327a7e69bd62530afb20bb5b6 | |
| parent | ca24a66406d73a7db515cdaf70e84395e8236556 (diff) | |
geehrc: Switch to AICP MM
| -rw-r--r-- | device.mk | 5 | ||||
| -rw-r--r-- | nitrogen_geehrc.mk | 26 | ||||
| -rwxr-xr-x | patch.sh | 37 | ||||
| -rwxr-xr-x | vendorsetup.sh | 17 |
4 files changed, 0 insertions, 85 deletions
@@ -117,11 +117,6 @@ PRODUCT_PACKAGES += \ Nfc \ Tag -# OTA package -PRODUCT_PACKAGES += \ - OTAUpdates \ - libbypass - # NFCEE access control NFCEE_ACCESS_PATH := $(LOCAL_PATH)/nfc/nfcee_access.xml diff --git a/nitrogen_geehrc.mk b/nitrogen_geehrc.mk deleted file mode 100644 index 12a7de7..0000000 --- a/nitrogen_geehrc.mk +++ /dev/null @@ -1,26 +0,0 @@ -# Boot animation -TARGET_SCREEN_HEIGHT := 1280 -TARGET_SCREEN_WIDTH := 768 - -# Boot animation -#PRODUCT_COPY_FILES += \ -# vendor/nitrogen/prebuilt/common/bootanimations/bootanimation_geehrc.zip:system/media/bootanimation.zip - -# Inherit from the common Open Source product configuration -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) - -# Inherit some common CM stuff. -$(call inherit-product, vendor/nitrogen/products/common.mk) - -# Inherit device configuration -$(call inherit-product, device/lge/geehrc/full_geehrc.mk) - -## Device identifier. This must come after all inclusions -PRODUCT_DEVICE := geehrc -PRODUCT_NAME := nitrogen_geehrc -PRODUCT_BRAND := LGE -PRODUCT_MODEL := Optimus G -PRODUCT_MANUFACTURER := LGE -PRODUCT_RESTRICT_VENDOR_FILES := false - -#PRODUCT_BUILD_PROP_OVERRIDES += BUILD_DISPLAY_ID=nitrogen_geehrc-marshmallow
\ No newline at end of file diff --git a/patch.sh b/patch.sh deleted file mode 100755 index a8e1f79..0000000 --- a/patch.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash - -cd `dirname $0` -DSTDIR=$1 - -if [ -z "$DSTDIR" ] -then - echo "Usage: $0 <sources dir>" - exit 1 -fi - -red=$(tput setaf 1) # Red -grn=$(tput setaf 2) # Green -txtrst=$(tput sgr0) # Reset - -echo "${grn}Applying nfc patch${txtrst}" -cat patches/1.nfc.patch | patch -d $DSTDIR/packages/apps/Nfc -p1 -N -r - - -echo "${grn}Applying camera patch${txtrst}" -cat patches/2.camera.patch | patch -d $DSTDIR/frameworks/base/ -p1 -N -r - - -echo "${grn}Applying relocs patch${txtrst}" -cat patches/3.relocs.patch | patch -d $DSTDIR/bionic/ -p1 -N -r - - -echo "${grn}Applying build patch${txtrst}" -cat patches/4.build.patch | patch -d $DSTDIR/build/ -p1 -N -r - - -echo "${grn}Applying frameworks lights patch${txtrst}" -cat patches/6.frame.patch | patch -d $DSTDIR/frameworks/base/ -p1 -N -r - - -echo "${grn}Applying Settings patch${txtrst}" -cat patches/5.sett.patch | patch -d $DSTDIR/packages/apps/Settings -p1 -N -r - - -#cd $DSTDIR - -#find . -name '*.orig' -delete - diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100755 index 3f2381a..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2012 The Android Open Source 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. -# - -add_lunch_combo nitrogen_geehrc-userdebug |
