gts4lv-common: overlay-lineage: Include fastbootd as restart option

Change-Id: I564170865c1b2b93f03aba74071b835706f82bfa
This commit is contained in:
Bruno Martins
2022-03-15 11:49:03 +00:00
parent 4d585e583a
commit 9e7d4748c3
2 changed files with 28 additions and 2 deletions

View File

@@ -34,9 +34,9 @@ TARGET_SCREEN_WIDTH := 1600
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
device/samsung/qcom-common/overlay \
$(LOCAL_PATH)/overlay \
$(LOCAL_PATH)/overlay-lineage
$(LOCAL_PATH)/overlay-lineage \
device/samsung/qcom-common/overlay
PRODUCT_ENFORCE_RRO_TARGETS += *

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The CyanogenMod Project
2017-2022 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList">
<item>restart</item>
<item>restart_recovery</item>
<item>restart_download</item>
<item>restart_fastboot</item>
</string-array>
</resources>