Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BoardConfig-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,5 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K

# Protected VM firmware
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000

include device/google/gs201/BoardConfigEvolution.mk
11 changes: 11 additions & 0 deletions BoardConfigEvolution.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright (C) 2024 The Evolution X Project
#
# SPDX-License-Identifier: Apache-2.0
#

BUILD_BROKEN_DUP_RULES := true

DISABLE_ARTIFACT_PATH_REQUIREMENTS := true

SPOOF_FIRST_API_LEVEL_32 := true
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
telephony.active_modems.max_count=2

PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/etc/permissions/privapp_allowlist_com.google.android.ext.services.xml

# HWUI
TARGET_USES_VULKAN = true

Expand Down
10 changes: 10 additions & 0 deletions evolution.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"repository": "device_google_gs-common",
"target_path": "device/google/gs-common"
},
{
"repository": "packages_apps_PixelParts",
"target_path": "packages/apps/PixelParts"
}
]
8 changes: 8 additions & 0 deletions evolution_common.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (C) 2024 The Evolution X Project
#
# SPDX-License-Identifier: Apache-2.0
#

# PixelParts
include packages/apps/PixelParts/device.mk
6 changes: 0 additions & 6 deletions lineage.dependencies

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList">
<item>restart</item>
<item>restart_systemui</item>
<item>restart_recovery</item>
<item>restart_fastboot</item>
<item>restart_bootloader</item>
Expand Down