-
Notifications
You must be signed in to change notification settings - Fork 5
/
omni_Stratus_C5.mk
32 lines (26 loc) · 1.17 KB
/
omni_Stratus_C5.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) 2020 The Android Open Source Project
# Copyright (C) 2020 The TWRP Open Source Project
# Copyright (C) 2020 SebaUbuntu's TWRP device tree generator
# Copyright (C) 2019-Present A-Team Digital Solutions
#
# Inherit from those products. Most specific first.
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/embedded.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit from Stratus_C5 device
$(call inherit-product, device/along/Stratus_C5/device.mk)
# Inherit some common Omni stuff.
$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, vendor/omni/config/gsm.mk)
PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,device/along/Stratus_C5/recovery/root,recovery/root)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := Stratus_C5
PRODUCT_NAME := omni_Stratus_C5
PRODUCT_BRAND := Stratus
PRODUCT_MODEL := C5
PRODUCT_MANUFACTURER := CloudMobile
PRODUCT_RELEASE_NAME := Stratus C5
# Forcefully add mtp support (adb is already there)
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp,adb