4 Commits

Author SHA1 Message Date
Joey Huab
9488e17a19 sunfish: Set status_bar_header_height_keyguard to status_bar_height_default value 2025-01-27 01:43:21 +09:00
lahaina
61e511fcfd sunfish: Use mini gapps 2024-07-06 23:53:54 +09:00
lahaina
302fb9c824 sunfish: [TMP] Track kernel from LineageOS 2024-07-06 15:41:47 +09:00
lahaina
130342bf3a sunfish: Bring up Evolution X 2024-07-06 15:41:37 +09:00
5 changed files with 32 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
# Kernel
BOARD_KERNEL_IMAGE_NAME := Image.lz4

18
evo.dependencies Normal file
View File

@@ -0,0 +1,18 @@
[
{
"repository": "device_google_gs-common",
"target_path": "device/google/gs-common"
},
{
"repository": "LineageOS/android_kernel_google_msm-4.14",
"target_path": "kernel/google/msm-4.14",
"branch": "lineage-21",
"remote": "github"
},
{
"repository": "TheMuppets/proprietary_vendor_google_sunfish",
"target_path": "vendor/google/sunfish",
"branch": "lineage-21",
"remote": "github"
}
]

View File

@@ -21,6 +21,9 @@ PRODUCT_NAME := lineage_sunfish
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Gapps
TARGET_USES_MINI_GAPPS := true
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=sunfish \
PRIVATE_BUILD_DESC="sunfish-user 13 TQ3A.230805.001.S1 10786265 release-keys"

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The Evolution X Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<string name="build_maintainer_summary" translatable="false">lahaina</string>
<string name="build_maintainer_donate_url" translatable="false">https://misskey.io/@lahaina_rmx3031</string>
</resources>

View File

@@ -60,7 +60,7 @@
</integer-array>
<!-- 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>
<!-- the padding on the top of the statusbar (usually 0) -->
<dimen name="status_bar_padding_top">11dp</dimen>