redfin: Initialize for Evolution X 9.x

Signed-off-by: Sukrut4778 <sukrut4778@gmail.com>
This commit is contained in:
Sukrut4778
2024-05-04 10:30:16 +05:30
parent 9c11fa99db
commit 05a443c84a
5 changed files with 26 additions and 13 deletions

View File

@@ -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

View File

@@ -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
View 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"
}
]

View File

@@ -1,6 +0,0 @@
[
{
"repository": "android_device_google_redbull",
"target_path": "device/google/redbull"
}
]

View File

@@ -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"