forked from LineageOS/android_device_lge_h811
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I1343e895107265292546bdaf66b08c45fb2b6832
- Loading branch information
1 parent
4dcb7a2
commit 43fe8ff
Showing
4 changed files
with
48 additions
and
34 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# | ||
# Copyright 2015 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 := 2560 | ||
TARGET_SCREEN_WIDTH := 1440 | ||
|
||
# Inherit some common LineageOS stuff. | ||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk) | ||
|
||
# Inherit from the common Open Source product configuration | ||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) | ||
|
||
# Inherit from hardware-specific part of the product configuration | ||
$(call inherit-product, $(LOCAL_PATH)/device.mk) | ||
|
||
PRODUCT_NAME := lineage_h811 | ||
PRODUCT_DEVICE := h811 | ||
PRODUCT_BRAND := lge | ||
PRODUCT_MODEL := LG-H811 | ||
PRODUCT_MANUFACTURER := LGE | ||
|
||
PRODUCT_BUILD_PROP_OVERRIDES += \ | ||
PRODUCT_DEVICE="g4" \ | ||
PRODUCT_NAME="g4__tmo_us" \ | ||
PRIVATE_BUILD_DESC="p1__tmo_us-user 8.0 NRD90U 1717709471d0f release-keys" | ||
|
||
BUILD_FINGERPRINT := "lge/p1__tmo_us/p1:8.1.0/OPM4.171019.016.A1/4720811:user/release-keys" | ||
|
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
export ALLOW_MISSING_DEPENDENCIES=true | ||
export USE_NINJA=true | ||
|
||
add_lunch_combo lineage_h811-userdebug | ||
add_lunch_combo lineage_h811-user | ||
add_lunch_combo lineage_h811-eng |