mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
redfin: Initialize for Evolution X 9.x
Signed-off-by: Sukrut4778 <sukrut4778@gmail.com>
This commit is contained in:
@@ -25,4 +25,4 @@ PRODUCT_MAKEFILES := \
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
aosp_redfin-trunk_staging-userdebug \
|
||||
aosp_redfin_vf-trunk_staging-userdebug \
|
||||
lineage_redfin-trunk_staging-userdebug
|
||||
lineage_redfin-userdebug
|
||||
|
||||
@@ -24,8 +24,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
endif
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
|
||||
|
||||
# Enable mainline checking
|
||||
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict
|
||||
# Disable mainline checking
|
||||
#PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict
|
||||
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
|
||||
|
||||
#
|
||||
# All components inherited here go to system_ext image
|
||||
|
||||
18
evolution.dependencies
Normal file
18
evolution.dependencies
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"repository": "LineageOS/android_device_google_gs-common",
|
||||
"target_path": "device/google/gs-common"
|
||||
},
|
||||
{
|
||||
"repository": "device_google_redbull",
|
||||
"target_path": "device/google/redbull"
|
||||
},
|
||||
{
|
||||
"repository": "vendor_google_redfin",
|
||||
"target_path": "vendor/google/redfin"
|
||||
},
|
||||
{
|
||||
"repository": "kernel_google_redbull",
|
||||
"target_path": "kernel/google/redbull"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_google_redbull",
|
||||
"target_path": "device/google/redbull"
|
||||
}
|
||||
]
|
||||
@@ -13,15 +13,15 @@ $(call inherit-product, device/google/redbull/lineage_common.mk)
|
||||
|
||||
include device/google/redfin/device-lineage.mk
|
||||
|
||||
EVO_BUILD_TYPE := Official
|
||||
TARGET_BOOT_ANIMATION_RES := 1080
|
||||
WITH_GMS := true
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_BRAND := google
|
||||
PRODUCT_MODEL := Pixel 5
|
||||
PRODUCT_NAME := lineage_redfin
|
||||
|
||||
# Boot animation
|
||||
TARGET_SCREEN_HEIGHT := 2340
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||
TARGET_PRODUCT=redfin \
|
||||
PRIVATE_BUILD_DESC="redfin-user 14 UP1A.231105.001.B2 11260668 release-keys"
|
||||
|
||||
Reference in New Issue
Block a user