mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 09:39:39 +00:00
gs201: Initialize for Evolution X 9.x
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
@@ -427,3 +427,4 @@ BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||
-include vendor/google_devices/gs-common/proprietary/BoardConfigVendor.mk
|
||||
|
||||
include device/google/gs201/BoardConfigLineage.mk
|
||||
include device/google/gs201/BoardConfigEvolution.mk
|
||||
|
||||
9
BoardConfigEvolution.mk
Normal file
9
BoardConfigEvolution.mk
Normal 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
|
||||
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_google_gs101",
|
||||
"repository": "device_google_gs101",
|
||||
"target_path": "device/google/gs101"
|
||||
}
|
||||
]
|
||||
8
evolution_common.mk
Normal file
8
evolution_common.mk
Normal 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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user