system: overlay: Remove obsolete CellBroadcastReceiver overlays

W idmap2d : failed to parse idmap header of '/data/resource-cache/product@overlay@CellBroadcastReceiverResCommon_Sys.apk@idmap'
W idmap2d : failed to find resource 'bool/show_brazil_settings'
W idmap2d : failed to find resource 'bool/show_cmas_settings'
W idmap2d : failed to find resource 'bool/show_etws_settings'

[1]: 8c8a0f6cb9
[2]: cd2acb4d28
[3]: 107da0f351

Change-Id: Ic08d87724e7943fc20066da019ddca4e44da44ab
This commit is contained in:
armdebug 2024-02-01 15:41:42 +00:00 committed by Yuan Si
parent cfe0b01265
commit f9835e4197
4 changed files with 0 additions and 43 deletions

View File

@ -1,4 +0,0 @@
runtime_resource_overlay {
name: "CellBroadcastReceiverResCommon_Sys",
product_specific: true,
}

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.cellbroadcastreceiver.overlay.common">
<overlay
android:isStatic="true"
android:priority="500"
android:targetPackage="com.android.cellbroadcastreceiver" />
</manifest>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright (c) 2012, The Linux Foundation. All rights reserved.
Not a Contribution, Apache license notifications and license are retained
for attribution purposes only.
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>
<!-- Whether to enable ETWS settings (Japan) -->
<bool name="show_etws_settings">true</bool>
<!-- Whether to enable CMAS settings (United States) -->
<bool name="show_cmas_settings">true</bool>
<!-- Whether to enable channel 50 settings (Brazil) -->
<bool name="show_brazil_settings">true</bool>
<!-- Whether to enable channel 50 and 60 settings (India) -->
<!--bool name="show_india_settings">true</bool-->
</resources>

View File

@ -18,7 +18,6 @@ PRODUCT_SOONG_NAMESPACES += \
# Overlays
PRODUCT_PACKAGES += \
CarrierConfigResCommon_Sys \
CellBroadcastReceiverResCommon_Sys \
FrameworksResCommon_Sys \
SettingsResCommon_Sys \
SystemUIResCommon_Sys \