gs201: Initialize for Evolution X 9.x

Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
AnierinB
2024-04-22 14:29:06 -07:00
parent c03fc89b04
commit 1f54fc6a4d
5 changed files with 20 additions and 1 deletions

View File

@@ -427,3 +427,4 @@ BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk -include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
include device/google/gs201/BoardConfigLineage.mk include device/google/gs201/BoardConfigLineage.mk
include device/google/gs201/BoardConfigEvolution.mk

9
BoardConfigEvolution.mk Normal file
View File

@@ -0,0 +1,9 @@
#
# Copyright (C) 2024 The Evolution X Project
#
# SPDX-License-Identifier: Apache-2.0
#
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
SPOOF_FIRST_API_LEVEL_32 := true

View File

@@ -1,6 +1,6 @@
[ [
{ {
"repository": "android_device_google_gs101", "repository": "device_google_gs101",
"target_path": "device/google/gs101" "target_path": "device/google/gs101"
} }
] ]

8
evolution_common.mk Normal file
View File

@@ -0,0 +1,8 @@
#
# Copyright (C) 2024 The Evolution X Project
#
# SPDX-License-Identifier: Apache-2.0
#
# PixelParts
include packages/apps/PixelParts/device.mk

View File

@@ -21,6 +21,7 @@
<!-- Defines the actions shown in advanced reboot submenu --> <!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList"> <string-array name="config_restartActionsList">
<item>restart</item> <item>restart</item>
<item>restart_systemui</item>
<item>restart_recovery</item> <item>restart_recovery</item>
<item>restart_fastboot</item> <item>restart_fastboot</item>
<item>restart_bootloader</item> <item>restart_bootloader</item>