-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatix_davinci.mk
34 lines (26 loc) · 1.02 KB
/
statix_davinci.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
#
# Copyright (C) 2022 StatiXOS
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from the device configuration.
$(call inherit-product, device/asus/davinci/device.mk)
# Inherit some common StatiX stuff.
$(call inherit-product, vendor/statix/config/common.mk)
$(call inherit-product, vendor/statix/config/gsm.mk)
# Inherit from our proprietary files directory.
$(call inherit-product, vendor/asus/davinci/davinci-vendor.mk)
PRODUCT_BRAND := asus
PRODUCT_DEVICE := davinci
PRODUCT_MANUFACTURER := asus
PRODUCT_MODEL := ASUS_AI2202
PRODUCT_NAME := statix_davinci
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_GMS_CLIENTID_BASE := android-asus
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=ASUS_AI2202 \
TARGET_PRODUCT=WW_AI2202
BUILD_FINGERPRINT := asus/WW_AI2202/ASUS_AI2202:14/UKQ1.230924.001/34.0304.2004.75:user/release-keys