forked from yaap/device_oneplus_hotdog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixelage_hotdog.mk
58 lines (45 loc) · 1.54 KB
/
pixelage_hotdog.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# Copyright (C) 2019 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from hotdog device
$(call inherit-product, device/oneplus/hotdog/device.mk)
# Inherit some common Pixelage stuff.
$(call inherit-product, vendor/pixelage/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := pixelage_hotdog
PRODUCT_DEVICE := hotdog
PRODUCT_BRAND := OnePlus
PRODUCT_MODEL := HD1917
PRODUCT_MANUFACTURER := OnePlus
PRODUCT_AAPT_CONFIG := xxxhdpi
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
PRODUCT_CHARACTERISTICS := nosdcard
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
TARGET_BOOT_ANIMATION_RES := 1440
# Recorder
TARGET_SUPPORTS_GOOGLE_RECORDER := true
# arcore
TARGET_INCLUDE_STOCK_ARCORE := true
# AICore
TARGET_INCLUDE_STOCK_AICORE := false
# Live Wallpapers
TARGET_INCLUDE_LIVE_WALLPAPERS := true
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_SUPPORTS_64_BIT_APPS := true
# Build info
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="OnePlus7TPro-user 11 RKQ1.201022.002 2202120146 release-keys" \
BuildFingerprint="OnePlus/OnePlus7TPro/OnePlus7TPro:11/RKQ1.201022.002/2202120146:user/release-keys" \
DeviceName=OnePlus7TPro \
DeviceProduct=OnePlus7TPro \
SystemDevice=OnePlus7TPro \
SystemName=OnePlus7TPro
PRODUCT_GMS_CLIENTID_BASE := android-oneplus