forked from twrpdtgen/android_device_panasonic_P85Nxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomni_P85Nxt.mk
28 lines (21 loc) · 854 Bytes
/
omni_P85Nxt.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
#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 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/full_base_telephony.mk)
# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
# Inherit from P85Nxt device
$(call inherit-product, device/panasonic/P85Nxt/device.mk)
PRODUCT_DEVICE := P85Nxt
PRODUCT_NAME := omni_P85Nxt
PRODUCT_BRAND := Panasonic
PRODUCT_MODEL := Panasonic P85 NXT
PRODUCT_MANUFACTURER := panasonic
PRODUCT_GMS_CLIENTID_BASE := android-panasonic
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="P85Nxt-user 7.1.2 N2G47H 05290906 release-keys"
BUILD_FINGERPRINT := Panasonic/P85Nxt/P85Nxt:7.1.2/N2G47H/05290906:user/release-keys