Skip to content

Commit b3bdf09

Browse files
AnierinBlissnhansp
authored andcommitted
gs201: Initialize for Evolution X 11.x
Change-Id: Iffb170290bb1742a5dc0d2809a61543d9230443f Signed-off-by: AnierinB <anierin@evolution-x.org>
1 parent 01efdd4 commit b3bdf09

5 files changed

Lines changed: 24 additions & 1 deletion

File tree

BoardConfig-common.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,5 @@ SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += \
278278

279279
# Protected VM firmware
280280
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
281+
282+
include device/google/gs201/BoardConfigEvolution.mk

BoardConfigEvolution.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright (C) 2024 The Evolution X Project
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
BUILD_BROKEN_DUP_RULES := true
8+
9+
DISABLE_ARTIFACT_PATH_REQUIREMENTS := true
10+
11+
SPOOF_FIRST_API_LEVEL_32 := true

common.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
# SPDX-License-Identifier: Apache-2.0
66
#
77

8+
# DeviceAsWebcam
9+
PRODUCT_PACKAGES += \
10+
DeviceAsWebcam
11+
12+
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
13+
system/lib64/libjni_deviceAsWebcam.so \
14+
system/priv-app/DeviceAsWebcam/DeviceAsWebcam.apk \
15+
system/priv-app/DeviceAsWebcam/lib/arm64/libjni_deviceAsWebcam.so
16+
817
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
918
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
1019

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"repository": "android_device_google_gs-common",
3+
"repository": "device_google_gs-common",
44
"target_path": "device/google/gs-common"
55
}
66
]

overlay/LineageSdkOverlayRestartGs201/res/values/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!-- Defines the actions shown in advanced reboot submenu -->
88
<string-array name="config_restartActionsList">
99
<item>restart</item>
10+
<item>restart_systemui</item>
1011
<item>restart_recovery</item>
1112
<item>restart_fastboot</item>
1213
<item>restart_bootloader</item>

0 commit comments

Comments
 (0)