-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaosp_vayu.mk
35 lines (27 loc) · 901 Bytes
/
aosp_vayu.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
#
# Copyright (C) 2018-2021 ArrowOS
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit common products
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit device configurations
$(call inherit-product, device/xiaomi/vayu/device.mk)
# Inherit common configurations from Pixel Experience
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Feature Flags
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_NAME := aosp_vayu
PRODUCT_DEVICE := vayu
PRODUCT_BRAND := POCO
PRODUCT_MODEL := Poco X3 Pro
PRODUCT_MANUFACTURER := Xiaomi
CUSTOM_DEVICE := vayu
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=vayu_global \
PRODUCT_MODEL=M2102J20SI
# Variables for Pixel Plus UI Offcial
PPUI_MAINTAINER := Chandler Bing
CUSTOM_BUILD_TYPE := OFFICIAL