sm8250-common: Import CarrierConfig RRO from IN2025_11.C.33
* Remove anything that the value is already the default, or deprecated. Change-Id: I597a93b580754a7fde51d051accfffca54c22482
This commit is contained in:
committed by
LuK1337
parent
acc5cae874
commit
8e01da7f3c
@@ -31,6 +31,8 @@ DEVICE_PACKAGE_OVERLAYS += \
|
|||||||
$(LOCAL_PATH)/overlay-lineage
|
$(LOCAL_PATH)/overlay-lineage
|
||||||
|
|
||||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
CarrierConfigResCommon
|
||||||
|
|
||||||
# VNDK
|
# VNDK
|
||||||
PRODUCT_USE_PRODUCT_VNDK_OVERRIDE := true
|
PRODUCT_USE_PRODUCT_VNDK_OVERRIDE := true
|
||||||
|
|||||||
10
overlay/CarrierConfigResCommon/Android.bp
Normal file
10
overlay/CarrierConfigResCommon/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "CarrierConfigResCommon",
|
||||||
|
aaptflags: ["--keep-raw-values"],
|
||||||
|
product_specific: true,
|
||||||
|
}
|
||||||
13
overlay/CarrierConfigResCommon/AndroidManifest.xml
Normal file
13
overlay/CarrierConfigResCommon/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.android.carrierconfig.overlay.common">
|
||||||
|
|
||||||
|
<overlay
|
||||||
|
android:isStatic="true"
|
||||||
|
android:priority="200"
|
||||||
|
android:targetPackage="com.android.carrierconfig" />
|
||||||
|
</manifest>
|
||||||
2381
overlay/CarrierConfigResCommon/res/xml/vendor.xml
Normal file
2381
overlay/CarrierConfigResCommon/res/xml/vendor.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user