forked from marlontoe/device_huawei_hwp6_u06
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomni_hwp6_u06.mk
46 lines (28 loc) · 1.35 KB
/
omni_hwp6_u06.mk
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
# The gps config appropriate for this device
#$(call inherit-product, device/common/gps/gps_us_supl.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
#$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
#treble
#$(call inherit-product, $(SRC_TARGET_DIR)/product/treble_common.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit from our custom product configuration
$(call inherit-product, vendor/omni/config/common.mk)
## Specify phone tech before including full_phone
$(call inherit-product, vendor/omni/config/gsm.mk)
# bootanimation target
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Release name
PRODUCT_RELEASE_NAME := P6-U06
$(call inherit-product, device/huawei/hwp6_u06/device_hwp6_u06.mk)
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi xxhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpi
PRODUCT_LOCALES += en_US
## Device identifier. This must come after all inclusions
PRODUCT_NAME := omni_hwp6_u06
PRODUCT_DEVICE := hwp6_u06
PRODUCT_BRAND := huawei
PRODUCT_MODEL := P6-U06
PRODUCT_MANUFACTURER := HUAWEI
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=P6-U06 BUILD_FINGERPRINT="Huawei/P6-U06/hwp6-u06:4.4.2/HuaweiP6-U06/C17B506:user/ota-rel-keys,release-keys" PRIVATE_BUILD_DESC="P6-U06-user 4.4.2 HuaweiP6-U06 C17B506 ota-rel-keys,release-keys"
ALLOW_MISSING_DEPENDENCIES := true