zumapro: Initialize for Evolution X 11.x
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
parent
d9e1986bd1
commit
983b2b0575
6 changed files with 32 additions and 6 deletions
|
@ -440,3 +440,4 @@ BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||||
|
|
||||||
include device/google/zumapro/BoardConfigLineage.mk
|
include device/google/zumapro/BoardConfigLineage.mk
|
||||||
|
include device/google/zumapro/BoardConfigEvolution.mk
|
||||||
|
|
10
BoardConfigEvolution.mk
Normal file
10
BoardConfigEvolution.mk
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 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
|
10
evolution.dependencies
Normal file
10
evolution.dependencies
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"repository": "device_google_gs-common",
|
||||||
|
"target_path": "device/google/gs-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "packages_apps_PixelParts",
|
||||||
|
"target_path": "packages/apps/PixelParts"
|
||||||
|
}
|
||||||
|
]
|
10
evolution_common.mk
Normal file
10
evolution_common.mk
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2024 The Evolution Project
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
# Overlays
|
||||||
|
DEVICE_PACKAGE_OVERLAYS += device/google/zumapro/overlay-evolution
|
||||||
|
|
||||||
|
# PixelParts
|
||||||
|
include packages/apps/PixelParts/device.mk
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"repository": "android_device_google_gs-common",
|
|
||||||
"target_path": "device/google/gs-common"
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -7,6 +7,7 @@
|
||||||
<!-- Defines the actions shown in advanced reboot submenu -->
|
<!-- Defines the actions shown in advanced reboot submenu -->
|
||||||
<string-array translatable="false" name="config_restartActionsList">
|
<string-array translatable="false" 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue