diff options
| author | nebrassy <nebras30@gmail.com> | 2022-08-06 10:45:00 +0200 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2022-08-06 10:45:00 +0200 |
| commit | 38590356aecb8d87a7d06bbf2ab2aaf166531cf9 (patch) | |
| tree | ac4fa488cbbcc45084cefa3b8286bd2e76445f3e | |
| parent | fc4b35af36877a5384841022c42db6b1c8e7d77a (diff) | |
vayu: remove PartsBin
Change-Id: I96e4d1f8293f276365c0e4f00f69927adee27434
| -rw-r--r-- | device.mk | 4 | ||||
| -rw-r--r-- | overlay-aicp/packages/apps/PartsBin/res/values/config.xml | 20 |
2 files changed, 0 insertions, 24 deletions
@@ -424,10 +424,6 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-service \ libsensorndkbridge -# PartsBin -PRODUCT_PACKAGES += \ - PartsBin - PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \ diff --git a/overlay-aicp/packages/apps/PartsBin/res/values/config.xml b/overlay-aicp/packages/apps/PartsBin/res/values/config.xml deleted file mode 100644 index 9d05276..0000000 --- a/overlay-aicp/packages/apps/PartsBin/res/values/config.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2020 AICP-ROM - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - --> - -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <!-- Whether device supports switching the display refreshrate --> - <bool name="config_device_supports_switch_refreshrate">true</bool> -</resources> - |
