4 Commits
vic ... udc

Author SHA1 Message Date
Joey Huab
89153d5280 redfin: Set status_bar_header_height_keyguard to status_bar_height_default value 2025-01-27 01:45:44 +09:00
sukrut-kelkaarr
6a1e80bcf5 Merge branch 'lineage-21' of https://github.com/LineageOS/android_device_google_redfin into udc 2024-07-27 11:05:33 +05:30
jhenrique09
f4f7683e3d redfin: Enable wireless charger and dreamliner overlays
Signed-off-by: Sukrut4778 <sukrut4778@gmail.com>
2024-05-14 19:25:22 +05:30
Sukrut4778
05a443c84a redfin: Initialize for Evolution X 9.x
Signed-off-by: Sukrut4778 <sukrut4778@gmail.com>
2024-05-04 10:35:34 +05:30
8 changed files with 39 additions and 14 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"

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<bool name="config_nfc_conflict_with_usb_audio">true</bool>
<bool name="config_nfc_conflict_with_wlc">true</bool>
<bool name="config_wlc_support_enabled">true</bool>
<string name="config_dockComponent">com.google.android.systemui.dreamliner.WirelessChargerImpl</string>
</resources>

View File

@@ -21,4 +21,9 @@
<!-- Whether to show Smooth Display feature in Settings Options -->
<bool name="config_show_smooth_display">true</bool>
<!-- Reverse charging -->
<bool name="config_show_reverse_charging">true</bool>
<!-- Wireless charger -->
<bool name="config_nfc_conflict_with_wlc">true</bool>
</resources>

View File

@@ -60,7 +60,7 @@
<bool name="doze_double_tap_reports_touch_coordinates">true</bool>
<!-- Height of the status bar header bar when on Keyguard (match status_bar_height) -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_default</dimen>
<!-- Doze: Table that translates sensor values from the doze_brightness_sensor_type sensor
to brightness values; -1 means keeping the current brightness. -->