2 Commits
bka ... udc-bak

Author SHA1 Message Date
lahaina
75f49ab704 sunfish: [TMP] Track kernel from LineageOS 2024-07-06 15:21:30 +09:00
lahaina
e117c13875 sunfish: Bring up Evolution X 2024-07-06 15:21:02 +09:00
4 changed files with 32 additions and 0 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
evolution.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

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

4
vendorsetup.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Remove conflicts
rm -rf vendor/gms/product/packages/privileged_apps/DeviceIntelligenceNetworkPrebuilt/Android.mk