-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathomni_a23.mk
29 lines (22 loc) · 906 Bytes
/
omni_a23.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
#
# Copyright (C) 2025 The Android Open Source Project
# Copyright (C) 2025 SebaUbuntu's TWRP device tree generator
#
# 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 some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
# Inherit from a23 device
$(call inherit-product, device/samsung/a23/device.mk)
PRODUCT_DEVICE := a23
PRODUCT_NAME := omni_a23
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-A235M
PRODUCT_MANUFACTURER := samsung
PRODUCT_GMS_CLIENTID_BASE := android-samsung
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="a23ub-user 11 RP1A.200720.012 A235MUBS9EXJ3 release-keys"
BUILD_FINGERPRINT := samsung/a23ub/a23:11/RP1A.200720.012/A235MUBS9EXJ3:user/release-keys