From 9a3a05e26903b179528af52ab21655044e2dbb44 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sat, 13 Aug 2016 19:21:30 -0700 Subject: [PATCH 1/3] hiaeul: Use common extract-utils Change-Id: I2f89878fe03c9f99b8ddeb36fd6101c22c67c89d --- extract-files.sh | 25 +++++++++++++++++++++++++ setup-makefiles.sh | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100755 extract-files.sh create mode 100755 setup-makefiles.sh diff --git a/extract-files.sh b/extract-files.sh new file mode 100755 index 0000000..5722456 --- /dev/null +++ b/extract-files.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# +# Copyright (C) 2016 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. +# + +set -e + +# Required! +export DEVICE=hiaeul +export DEVICE_COMMON=hiae-common +export VENDOR=htc + +./../../$VENDOR/$DEVICE_COMMON/extract-files.sh $@ diff --git a/setup-makefiles.sh b/setup-makefiles.sh new file mode 100755 index 0000000..cf43ced --- /dev/null +++ b/setup-makefiles.sh @@ -0,0 +1,25 @@ +#!/bin/bash +# +# Copyright (C) 2016 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. +# + +set -e + +# Required! +export DEVICE=hiaeul +export DEVICE_COMMON=hiae-common +export VENDOR=htc + +./../../$VENDOR/$DEVICE_COMMON/setup-makefiles.sh $@ From 3ddc9ba45dbdde883e2830cd5bb566817273d3ca Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Wed, 26 Oct 2016 20:45:43 -0700 Subject: [PATCH 2/3] hiaeul: Add cache partition size Change-Id: Ic48e25afeeaefbbf16f0b2f5581d797a73242be4 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 2e0a0f1..c26caa3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,6 +22,7 @@ TARGET_OTA_ASSERT_DEVICE := htc_hiaeul,hiaeul # Filesystem BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 +BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3640655872 BOARD_USERDATAIMAGE_PARTITION_SIZE := 26323451904 From 10160b157e5845f6377b413d6306022cfb397f9d Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sat, 26 Nov 2016 23:47:24 -0800 Subject: [PATCH 3/3] hiaeul: Remove enhanced NFC feature Change-Id: Ibed4d5318c693adf7d693a7b7c57f7ce0c232f40 --- cm.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/cm.mk b/cm.mk index dcfe65e..ea6cfc8 100644 --- a/cm.mk +++ b/cm.mk @@ -3,9 +3,6 @@ $(call inherit-product, device/htc/hiaeul/full_hiaeul.mk) # Inherit some common CM stuff. $(call inherit-product, vendor/cm/config/common_full_phone.mk) -# Enhanced NFC -$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) - PRODUCT_NAME := cm_hiaeul BOARD_VENDOR := htc TARGET_VENDOR := htc