Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89153d5280 | ||
|
|
6a1e80bcf5 | ||
|
|
f4f7683e3d | ||
|
|
05a443c84a |
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user