forked from Shas45558/android_device_micromax_E7544
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathomni_E7544.mk
executable file
·34 lines (27 loc) · 1.16 KB
/
omni_E7544.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 The Android Open Source Project
# Copyright (C) 2022 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Enable virtual A/B OTA
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# Inherit from our custom product configuration
$(call inherit-product, vendor/pb/config/common.mk)
# Inherit from E7544 device
$(call inherit-product, device/micromax/E7544/device.mk)
PRODUCT_DEVICE := E7544
PRODUCT_NAME := omni_E7544
PRODUCT_BRAND := Micromax
PRODUCT_MODEL := IN_2b
PRODUCT_MANUFACTURER := micromax
# HACK: Set vendor patch level
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.build.security_patch=2099-12-31