diff options
| author | mosimchah <mosimchah@gmail.com> | 2017-02-17 07:11:36 -0500 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2017-02-17 07:12:15 -0500 |
| commit | d155db1d02370bcb582bb83a4669deec0f014c47 (patch) | |
| tree | 41d81817b97630cd7afcf97a2b04997ef81d7449 | |
| parent | e679290701042fb1eb4b5c7bfc306a0a049fbc7b (diff) | |
clean up
Change-Id: Ibd3dc84bdd5dba22b42c7eba1896229cf54a7d10
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | aicp.mk | 22 | ||||
| -rw-r--r-- | device.mk (renamed from device_w7.mk) | 0 | ||||
| -rw-r--r-- | vendorsetup.sh | 23 |
4 files changed, 1 insertions, 46 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index a1cdfda..6938cde 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,7 +22,7 @@ # -# Common specific options in device_w7.mk +# Common specific options in device.mk -include device/lge/msm8226-common/BoardConfigCommon.mk # Vendor Init diff --git a/aicp.mk b/aicp.mk deleted file mode 100644 index e0af5d4..0000000 --- a/aicp.mk +++ /dev/null @@ -1,22 +0,0 @@ -# Inherit some common AICP stuff. -$(call inherit-product, vendor/aicp/configs/common.mk) -$(call inherit-product, vendor/aicp/configs/telephony.mk) -$(call inherit-product, vendor/aicp/configs/gsm.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -$(call inherit-product, device/lge/w7/device_w7.mk) - -# Boot animation -TARGET_SCREEN_WIDTH := 540 -TARGET_SCREEN_HEIGHT := 960 - -# Release name -PRODUCT_RELEASE_NAME := LG L90 -PRODUCT_NAME := aicp_w7 -PRODUCT_MODEL := w7 -PRODUCT_DEVICE := w7 -PRODUCT_MANUFACTURER := LGE -PRODUCT_BRAND := lge - -# AICP Device Maintainers -PRODUCT_BUILD_PROP_OVERRIDES += \ - DEVICE_MAINTAINERS="Moshe Bararsh (mosimchah)" diff --git a/vendorsetup.sh b/vendorsetup.sh deleted file mode 100644 index ba8b7b6..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (C) 2008 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 executed by build/envsetup.sh, and can use anything -# defined in envsetup.sh. -# -# In particular, you can add lunch options with the add_lunch_combo -# function: add_lunch_combo generic-eng - -add_lunch_combo aicp_w7-userdebug |
