diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-12 19:16:37 -0400 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2017-03-13 16:23:11 -0500 |
| commit | 465de466c553c9f50432b393b67750db0ca3995c (patch) | |
| tree | 7d82ed0d89e93409b197de0f9777ed7443f48210 | |
| parent | 8d60da4ba716cd2e15496f5c6a96ad002ef23922 (diff) | |
h918: Remove useless overlay
This is present in msm8996-common
Change-Id: I8e786345be184ef405e73223c91830be62460ef2
| -rw-r--r-- | device.mk | 4 | ||||
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 28 |
2 files changed, 1 insertions, 31 deletions
@@ -1,5 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2017 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. @@ -26,9 +27,6 @@ $(call inherit-product, device/lge/v20-common/v20.mk) PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf -# Overlay -DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay - # Sensors PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/sensors/sensor_def_elsa_tmo_us.conf:system/etc/sensors/sensor_def_variable.conf diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml deleted file mode 100644 index 2f4e8bd..0000000 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2016, The Android Open Source 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <!-- The RadioAccessFamilies supported by the device. - Empty is viewed as "all". Only used on devices which - don't support RIL_REQUEST_GET_RADIO_CAPABILITY - format is UMTS|LTE|... --> - <string translatable="false" name="config_radio_access_family">GSM|WCDMA|LTE</string> - -</resources> |
