merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 1 | # |
Michael Bestas | b603e38 | 2023-02-02 17:41:45 +0200 | [diff] [blame] | 2 | # Copyright (C) 2021-2023 The LineageOS Project |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | # |
| 6 | |
| 7 | # Inherit from those products. Most specific first. |
| 8 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| 9 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) |
| 10 | |
| 11 | # Inherit from FP4 device |
| 12 | $(call inherit-product, device/fairphone/FP4/device.mk) |
| 13 | |
| 14 | # Inherit some common Lineage stuff. |
| 15 | $(call inherit-product, vendor/lineage/config/common_full_phone.mk) |
| 16 | |
Alessandro Astone | a63f700 | 2021-03-09 18:15:41 +0100 | [diff] [blame] | 17 | # Boot animation |
| 18 | TARGET_SCREEN_HEIGHT := 2340 |
| 19 | TARGET_SCREEN_WIDTH := 1080 |
| 20 | |
merothh | 5485610 | 2021-11-04 12:07:41 +0530 | [diff] [blame] | 21 | # Device identifier. This must come after all inclusions. |
| 22 | PRODUCT_NAME := lineage_FP4 |
| 23 | PRODUCT_DEVICE := FP4 |
| 24 | PRODUCT_BRAND := Fairphone |
| 25 | PRODUCT_MODEL := FP4 |
| 26 | PRODUCT_MANUFACTURER := Fairphone |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 27 | |
Rohit | 2b7e8e8 | 2023-03-29 13:22:56 +0530 | [diff] [blame] | 28 | PRODUCT_SYSTEM_NAME := FP4eea |
| 29 | |
Michael Bestas | b603e38 | 2023-02-02 17:41:45 +0200 | [diff] [blame] | 30 | PRODUCT_GMS_CLIENTID_BASE := android-alcatel |
merothh | dd2008e | 2022-01-02 18:43:18 +0530 | [diff] [blame] | 31 | |
| 32 | PRODUCT_BUILD_PROP_OVERRIDES += \ |
merothh | 634beee | 2023-05-03 13:28:09 +0530 | [diff] [blame] | 33 | PRIVATE_BUILD_DESC="qssi-user 12 SKQ1.220201.001 SP28 release-keys" \ |
Michael Bestas | b603e38 | 2023-02-02 17:41:45 +0200 | [diff] [blame] | 34 | TARGET_PRODUCT=FP4eea |
TheScarastic | b75fc9d | 2018-09-22 03:56:35 -0400 | [diff] [blame] | 35 | |
merothh | 634beee | 2023-05-03 13:28:09 +0530 | [diff] [blame] | 36 | BUILD_FINGERPRINT := "Fairphone/FP4eea/FP4:12/SKQ1.220201.001/SP28:user/release-keys" |