-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfull_h631.mk
More file actions
62 lines (49 loc) · 1.93 KB
/
full_h631.mk
File metadata and controls
62 lines (49 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# Copyright (C) 2017 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.
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from h631 device
$(call inherit-product, device/lge/h631/device.mk)
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/lge/h631/h631-vendor.mk)
# common msm8916
$(call inherit-product, device/lge/msm8916-common/msm8916.mk)
# Time Zone data for recovery
PRODUCT_COPY_FILES += \
bionic/libc/zoneinfo/tzdata:root/system/usr/share/zoneinfo/tzdata
# Overlay
DEVICE_PACKAGE_OVERLAYS += device/lge/h631/overlay
# Screen density
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=320
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := h631
PRODUCT_NAME := full_h631
PRODUCT_BRAND := lge
PRODUCT_MODEL := LG-H631
PRODUCT_MANUFACTURER := LGE
PRODUCT_GMS_CLIENTID_BASE := android-lge
TARGET_VENDOR_PRODUCT_NAME := h631
TARGET_VENDOR_DEVICE_NAME := h631
PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=h631 PRODUCT_NAME=h631
PRODUCT_BUILD_PROP_OVERRIDES += \
BUILD_FINGERPRINT=lge/g4stylusn_tmo_us/g4stylusn:6.0/MRA58K/1604712041b1a:user/release-keys \
PRIVATE_BUILD_DESC="g4stylusn_tmo_us-user 6.0 MRA58K 1604712041b1a release-keys"
TARGET_VENDOR := lge