mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-01 07:15:34 +00:00
ferrari: Update blob list for elf checks
Change-Id: Iad350be7dac84ae196971b0908e9cdbddfc98c32
This commit is contained in:
parent
67a8d5432e
commit
02d6563562
@ -5,4 +5,4 @@
|
||||
#
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/lineage_ferrarri.mk
|
||||
$(LOCAL_DIR)/lineage_ferrari.mk
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Include the common OEM chipset BoardConfig.
|
||||
include device/oneplus/sm8450-common/BoardConfigCommon.mk
|
||||
|
||||
DEVICE_PATH := device/realme/ferrarri
|
||||
DEVICE_PATH := device/realme/ferrari
|
||||
|
||||
# DTB
|
||||
TARGET_KERNEL_CONFIG += vendor/oplus/ferrari.config
|
||||
@ -25,4 +25,4 @@ TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
||||
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 103
|
||||
|
||||
# Include the proprietary files BoardConfig.
|
||||
include vendor/realme/ferrarri/BoardConfigVendor.mk
|
||||
include vendor/realme/ferrari/BoardConfigVendor.mk
|
||||
|
@ -66,4 +66,4 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||
$(call inherit-product, device/oneplus/sm8450-common/common.mk)
|
||||
|
||||
# Inherit from the proprietary files makefile.
|
||||
$(call inherit-product, vendor/realme/ferrarri/ferrarri-vendor.mk)
|
||||
$(call inherit-product, vendor/realme/ferrari/ferrari-vendor.mk)
|
||||
|
@ -14,7 +14,7 @@ fi
|
||||
|
||||
set -e
|
||||
|
||||
export DEVICE=ferrarri
|
||||
export DEVICE=ferrari
|
||||
export DEVICE_COMMON=sm8450-common
|
||||
export VENDOR=realme
|
||||
export VENDOR_COMMON=oneplus
|
||||
|
@ -9,13 +9,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit from ferrarri device
|
||||
$(call inherit-product, device/realme/ferrarri/device.mk)
|
||||
$(call inherit-product, device/realme/ferrari/device.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_ferrarri
|
||||
PRODUCT_DEVICE := ferrarri
|
||||
PRODUCT_NAME := lineage_ferrari
|
||||
PRODUCT_DEVICE := ferrari
|
||||
PRODUCT_MANUFACTURER := realme
|
||||
PRODUCT_BRAND := realme
|
||||
PRODUCT_MODEL := RMX3301
|
@ -6,9 +6,15 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# If we're being sourced by the common script that we called,
|
||||
# stop right here. No need to go down the rabbit hole.
|
||||
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
export DEVICE=ferrarri
|
||||
export DEVICE=ferrari
|
||||
export DEVICE_COMMON=sm8450-common
|
||||
export VENDOR=realme
|
||||
export VENDOR_COMMON=oneplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user