-
Notifications
You must be signed in to change notification settings - Fork 0
/
aosp_Pong.mk
41 lines (31 loc) · 1.3 KB
/
aosp_Pong.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
#
# Copyright (C) 2023 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_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from Pong device
$(call inherit-product, device/nothing/Pong/device.mk)
# Inherit some common stuff.
$(call inherit-product, $(CUSTOM_PRODUCT_DIR)/config/common_full_phone.mk)
PRODUCT_NAME := aosp_Pong
PRODUCT_DEVICE := Pong
PRODUCT_MANUFACTURER := nothing
PRODUCT_BRAND := Nothing
PRODUCT_MODEL := A065
PRODUCT_SYSTEM_NAME := Pong
PRODUCT_SYSTEM_DEVICE := Pong
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_GMS_CLIENTID_BASE := android-nothing
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="Pong-user 12 SKQ1.230722.001 2406280430 release-keys" \
TARGET_DEVICE=$(PRODUCT_SYSTEM_DEVICE) \
TARGET_PRODUCT=$(PRODUCT_SYSTEM_NAME)
BUILD_FINGERPRINT := Nothing/Pong/Pong:12/SKQ1.230722.001/2406280430:user/release-keys
# If we are able to get free (libre) components up to date,
# we can override the security patch level with this.
#
# If PLATFORM_SECURITY_PATCH is newer than the value we set here in PLATFORM_SECURITY_PATCH_OVERRIDE, PLATFORM_SECURITY_PATCH is used.
PLATFORM_SECURITY_PATCH_OVERRIDE := 2024-09-05