-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathaosp_everpal.mk
32 lines (26 loc) · 931 Bytes
/
aosp_everpal.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
#
# Copyright (C) 2023 The PixelExperience 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)
# Inherit some common Pixel Experience stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit from everpal device
$(call inherit-product, device/xiaomi/everpal/device.mk)
# PixelExperience Stuff
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_GAPPS_ARCH := arm64
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_SUPPORTS_GOOGLE_RECORDER := false
TARGET_USES_AOSP_RECOVERY := true
# Device identifier. This must come after all inclusions
PRODUCT_NAME := aosp_everpal
PRODUCT_DEVICE := everpal
PRODUCT_MANUFACTURER := xiaomi
PRODUCT_BRAND := Redmi
PRODUCT_MODEL := everpal
# Build info
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi