-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoctavi_atom.mk
33 lines (26 loc) · 1.07 KB
/
octavi_atom.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
#
# Copyright (C) 2020 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.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
# Inherit some common superior stuff.
$(call inherit-product, vendor/octavi/config/common_full_phone.mk)
TARGET_FACE_UNLOCK_SUPPORTED := true
# Inherit from atom device
$(call inherit-product, device/xiaomi/atom/device.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := octavi_atom
PRODUCT_DEVICE := atom
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := M2004J7AC
PRODUCT_MANUFACTURER := Xiaomi
DEVICE_MAINTAINER := Xayah,Raspberry-Monster,Laulan56,XJLe
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DISC="atom-user 11 RP1A.200720.011 22.1.19 release-keys"
BUILD_FINGERPRINT := "Redmi/atom/atom:11/RP1A.200720.011/22.1.19:user/release-keys"
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.fingerprint=$(BUILD_FINGERPRINT)