-
Notifications
You must be signed in to change notification settings - Fork 0
/
aosp_juice.mk
43 lines (33 loc) · 1.09 KB
/
aosp_juice.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
42
43
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
$(call inherit-product, device/xiaomi/juice/device.mk)
# Inherit some common Aosp stuff.
TARGET_INCLUDE_LIVE_WALLPAPERS := false
TARGET_GAPPS_ARCH := arm64
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_INCLUDE_PIXEL_CHARGER := true
WITH_GAPPS := true
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := aosp_juice
PRODUCT_DEVICE := juice
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Juice
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# PEX Official
PEX_BUILD_TYPE := OFFICIAL
# PEX Maintainer
PEX_MAINTAINER := PranayKiran
# Boot Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Fingerprint
BUILD_FINGERPRINT := "google/redfin/redfin:11/RQ3A.211001.001/7641976:user/release-keys"
BUILD_DESCRIPTION := redfin-user 11 RQ3A.211001.001 7641976 release-keys
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.fingerprint=$(BUILD_FINGERPRINT)
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="$(BUILD_DESCRIPTION)"