-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathomni_PCLM10.mk
28 lines (21 loc) · 879 Bytes
/
omni_PCLM10.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
# Release name
PRODUCT_RELEASE_NAME := OPPO Reno Ace
# Specify phone tech before including full_phone
$(call inherit-product, vendor/omni/config/gsm.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
# Inherit Telephony packages
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit language packages
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit 64bit support
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Device identifier. This must come after all inclusions
PRODUCT_NAME := omni_PCLM10
PRODUCT_BRAND := oppo
PRODUCT_DEVICE := PCLM10
PRODUCT_MANUFACTURER := oppo
PRODUCT_MODEL := OPPO Reno Ace
PRODUCT_PROPERTY_OVERRIDES += \
vendor.gatekeeper.disable_spu=true