Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9488e17a19 | ||
|
|
61e511fcfd | ||
|
|
302fb9c824 | ||
|
|
130342bf3a |
@@ -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
18
evo.dependencies
Normal 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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user