-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Was causing several issues with recoveries. * C2104/C2105 don't differ significantly, so let's call them both "taoshan". * Also, re-organize some makefiles This reverts commit e0bd0d8. Change-Id: I89614054c9b1108c8203c75bd679a35bd84d1433
- Loading branch information
Olivier K
committed
Sep 23, 2015
1 parent
0b5a884
commit 2c1ea01
Showing
7 changed files
with
41 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
# | ||
|
||
PRODUCT_MAKEFILES := \ | ||
$(LOCAL_DIR)/taoshan.mk | ||
$(LOCAL_DIR)/full_taoshan.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright (C) 2014 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. | ||
|
||
# Boot animation | ||
TARGET_SCREEN_HEIGHT := 854 | ||
TARGET_SCREEN_WIDTH := 480 | ||
|
||
# Inherit from those products. Most specific first. | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) | ||
|
||
# Inherit common Sony resources | ||
$(call inherit-product, device/sony/common/resources.mk) | ||
|
||
# Inherit device config | ||
$(call inherit-product, device/sony/taoshan/taoshan.mk) | ||
|
||
# Device identifier | ||
PRODUCT_DEVICE := taoshan | ||
PRODUCT_NAME := full_taoshan | ||
PRODUCT_BRAND := Sony | ||
PRODUCT_MODEL := Xperia L | ||
PRODUCT_MANUFACTURER := Sony |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters