summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2015-08-24 20:53:59 +0300
committerdoc HD <doc.divxm@gmail.com>2015-08-24 20:53:59 +0300
commit786954866ef6e0f7328680a404ce7e06a6263d15 (patch)
tree1dbbb17de1cb968d176ca6faf106258855d99140
parent4a68fcff4e8f739bd6c366bfd4851d05d89ee356 (diff)
m7univ: Remove leftovers from m7 deviceHEADlp5.1
Change-Id: If982b459b2e6d6f5532cb71172203322feb7621b
-rw-r--r--BoardConfig.mk1
-rw-r--r--README3
-rw-r--r--device-proprietary-files.txt2
-rwxr-xr-xextract-files.sh7
-rw-r--r--full_m7.mk36
-rwxr-xr-xsetup-makefiles.sh7
6 files changed, 0 insertions, 56 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 18b354c..798694e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -102,7 +102,6 @@ TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TW_BRIGHTNESS_PATH := "/sys/class/leds/lcd-backlight/brightness"
TW_INCLUDE_CRYPTO := true
-TW_INCLUDE_L_CRYPTO := true
BOARD_RECOVERY_BLDRMSG_OFFSET := 2048
RECOVERY_VARIANT := twrp
TARGET_RECOVERY_DEVICE_MODULES := chargeled libinit_m7univ
diff --git a/README b/README
deleted file mode 100644
index 109119a..0000000
--- a/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Copyright 2013 - The CyanogenMod Project
-
-Device configuration for the HTC One (GSM models).
diff --git a/device-proprietary-files.txt b/device-proprietary-files.txt
deleted file mode 100644
index 27ae1a8..0000000
--- a/device-proprietary-files.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# WLAN firmware
-etc/firmware/BCM4335B0_002.001.006.0296.0297.hcd
diff --git a/extract-files.sh b/extract-files.sh
deleted file mode 100755
index c8efe78..0000000
--- a/extract-files.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-export DEVICE=m7
-export VENDOR=htc
-./../m7-common/extract-files.sh $@
diff --git a/full_m7.mk b/full_m7.mk
deleted file mode 100644
index 53a6ef9..0000000
--- a/full_m7.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright (C) 2011 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.
-
-#
-# This file is the build configuration for a full Android
-# build for maguro hardware. This cleanly combines a set of
-# device-specific aspects (drivers) with a device-agnostic
-# product configuration (apps). Except for a few implementation
-# details, it only fundamentally contains two inherit-product
-# lines, full and maguro, hence its name.
-#
-
-
-# Inherit from those products. Most specific first.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
-
-# Inherit from m7 device
-$(call inherit-product, device/htc/m7/device.mk)
-
-# Set those variables here to overwrite the inherited values.
-PRODUCT_NAME := full_m7
-PRODUCT_DEVICE := m7
-PRODUCT_BRAND := htc
-PRODUCT_MANUFACTURER := HTC
-PRODUCT_MODEL := One
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
deleted file mode 100755
index 6d77a60..0000000
--- a/setup-makefiles.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-export DEVICE=m7
-export VENDOR=htc
-./../m7-common/setup-makefiles.sh $@