diff --git a/common.mk b/common.mk index 7f0b094..ef19973 100644 --- a/common.mk +++ b/common.mk @@ -393,10 +393,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml -# Tethering -PRODUCT_PACKAGES += \ - TetheringConfigOverlay - # Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@2.0-service.qti diff --git a/rro_overlays/TetheringOverlay/Android.bp b/rro_overlays/TetheringOverlay/Android.bp deleted file mode 100644 index d6ea4da..0000000 --- a/rro_overlays/TetheringOverlay/Android.bp +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (C) 2020 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. -// - -runtime_resource_overlay { - name: "TetheringConfigOverlay", - theme: "TetheringConfigOverlay", - certificate: "platform", - sdk_version: "current", - product_specific: true -} diff --git a/rro_overlays/TetheringOverlay/AndroidManifest.xml b/rro_overlays/TetheringOverlay/AndroidManifest.xml deleted file mode 100644 index f903fc9..0000000 --- a/rro_overlays/TetheringOverlay/AndroidManifest.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/rro_overlays/TetheringOverlay/res/values/config.xml b/rro_overlays/TetheringOverlay/res/values/config.xml deleted file mode 100644 index c58d828..0000000 --- a/rro_overlays/TetheringOverlay/res/values/config.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - "usb\\d" - "rndis\\d" - - - - - "softap0" - "wlan\\d" - - - - - "bnep\\d" - "bt-pan" - - - - - - 192.168.42.2 - 192.168.42.254 - 192.168.43.2 - 192.168.43.254 - 192.168.44.2 - 192.168.44.254 - 192.168.45.2 - 192.168.45.254 - 192.168.46.2 - 192.168.46.254 - 192.168.47.2 - 192.168.47.254 - 192.168.48.2 - 192.168.48.254 - 192.168.49.2 - 192.168.49.254 - 192.168.50.2 - 192.168.50.254 - 192.168.51.2 - 192.168.51.254 - -