lemonadep: Move UDFPS color & HBM type to common

Change-Id: I0ab41ab0b23a6fef4276b6610d77a52082812063
This commit is contained in:
Alexander Koskovich 2022-05-18 09:11:38 -07:00 committed by LuK1337
parent 055c24e364
commit ba991a7271
2 changed files with 0 additions and 22 deletions

View File

@ -5,9 +5,6 @@
#
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-lineage
PRODUCT_PACKAGES += \
OPlusFrameworksResTarget \
OPlusSettingsProviderResTarget \

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>
<!-- Color of the UDFPS Pressed view -->
<color name="config_udfpsColor">#ffffe6</color>
<!-- HBM type of UDFPS overlay.
0 - GLOBAL HBM
1 - LOCAL HBM
-->
<integer name="config_udfpsHbmType">0</integer>
</resources>