gs201: Initialize for Evolution X 11.x

Signed-off-by: nhansp <nhan.094.vn@gmail.com>
This commit is contained in:
nhansp
2026-01-16 20:09:35 +00:00
parent ce8eacb771
commit 66c955f445
4 changed files with 16 additions and 0 deletions

View File

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

12
BoardConfigEvolution.mk Normal file
View File

@@ -0,0 +1,12 @@
#
# Copyright (C) 2026 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

View File

@@ -1,5 +1,6 @@
[
{
"remote": "github",
"repository": "android_device_google_gs-common",
"target_path": "device/google/gs-common"
}

View File

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