mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-08-17 00:26:28 +00:00
ferrari: Remove unsupported powershare and tristatekey features
Change-Id: I29adc129eae09f5378537c0d0356b85da4774095
This commit is contained in:
parent
ff3a4602e2
commit
cc5cc70af2
@ -8,11 +8,6 @@
|
|||||||
PRODUCT_AAPT_CONFIG := normal
|
PRODUCT_AAPT_CONFIG := normal
|
||||||
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
|
||||||
|
|
||||||
# Alert slider
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
KeyHandler \
|
|
||||||
tri-state-key-calibrate
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/audio/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_ODM)/etc/audio_platform_info.xml \
|
$(LOCAL_PATH)/audio/audio_platform_info_intcodec.xml:$(TARGET_COPY_OUT_ODM)/etc/audio_platform_info.xml \
|
||||||
@ -65,10 +60,6 @@ PRODUCT_PACKAGES += \
|
|||||||
OPlusSettingsResTarget \
|
OPlusSettingsResTarget \
|
||||||
OPlusSystemUIResTarget
|
OPlusSystemUIResTarget
|
||||||
|
|
||||||
# PowerShare
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
vendor.lineage.powershare-service.oplus
|
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH)
|
$(LOCAL_PATH)
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (C) 2015-2016 The CyanogenMod Project
|
|
||||||
2017-2021 The LineageOS Project
|
|
||||||
SPDX-License-Identifier: Apache-2.0
|
|
||||||
-->
|
|
||||||
<resources>
|
|
||||||
|
|
||||||
<!-- Paths to the libraries that contain device specific key handlers -->
|
|
||||||
<string-array name="config_deviceKeyHandlerLibs" translatable="false">
|
|
||||||
<item>/system_ext/app/KeyHandler/KeyHandler.apk</item>
|
|
||||||
<item>/system_ext/priv-app/LineageParts/LineageParts.apk</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<!-- Names of the key handler classes -->
|
|
||||||
<string-array name="config_deviceKeyHandlerClasses" translatable="false">
|
|
||||||
<item>org.lineageos.settings.device.KeyHandler</item>
|
|
||||||
<item>org.lineageos.lineageparts.gestures.KeyHandler</item>
|
|
||||||
</string-array>
|
|
||||||
|
|
||||||
<!-- Whether the device supports wireless charging or not -->
|
|
||||||
<bool name="config_deviceSupportsWirelessCharging">true</bool>
|
|
||||||
|
|
||||||
</resources>
|
|
Loading…
x
Reference in New Issue
Block a user