-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage_r8q.mk
40 lines (31 loc) · 1.12 KB
/
lineage_r8q.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
#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from the 64 bit configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Fingerprint
TARGET_HAS_UDFPS := true
# Wifi
TARGET_HAS_QCACLD_WIFI := true
# Inherit device configuration
$(call inherit-product, device/samsung/r8q/device.mk)
# Boot animation
TARGET_BOOTANIMATION_HALF_RES := true
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
## Device identifier. This must come after all inclusions
PRODUCT_NAME := lineage_r8q
PRODUCT_DEVICE := r8q
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-G780G
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="r8qxx-user 11 RP1A.200720.012 G780GXXSCEXI1 release-keys" \
BuildFingerprint="samsung/r8qxx/r8q:11/RP1A.200720.012/G780GXXSCEXI1:user/release-keys"